diff --git a/gpt3discord.py b/gpt3discord.py index f2caf04..dcda0d7 100644 --- a/gpt3discord.py +++ b/gpt3discord.py @@ -81,7 +81,6 @@ model = Model(usage_service) # An encapsulating wrapper for the discord.py client. This uses the old re-write without cogs, but it gets the job done! # - @bot.event # Using self gives u async def on_ready(): # I can make self optional by print("We have logged in as {0.user}".format(bot))