fix define

This commit is contained in:
Luke Robles 2024-04-30 18:08:08 -07:00
parent 03a7c986a9
commit 99276971ea

View File

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