Merge remote-tracking branch 'Remote_Origin/main' into fixes

Rene Teigen 1 year ago
commit e76a13846e

@ -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))

Loading…
Cancel
Save