fix define

This commit is contained in:
Luke Robles 2024-04-30 18:08:08 -07:00
parent 94775399fa
commit d98b98f9ce

View File

@ -1,5 +1,4 @@
import requests
import help_methods
import discord
@ -48,5 +47,3 @@ def get_definition(word):
embed.set_author(name="From %s" % site)
return embed
return help_methods.get_help_message("define")