formatting

This commit is contained in:
Luke Robles 2017-08-11 19:33:20 -07:00
parent 64d703c452
commit 45371a49f4
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
import requests
import help_methods
def get_definition(content):
"""
get_definition(content)
grabs a definition from urban dictionary
"""
if len(content.split()) > 1:
word = content.split()[1:]
try:

View File

@ -3,7 +3,7 @@ import sys
import requests
import os
import define_mword
import define_word
import help_methods
import discord
import docker