1
0
Fork 0
mirror of synced 2024-05-05 13:12:34 +12:00

No need for method to be async

This commit is contained in:
Phxntxm 2018-01-12 15:43:09 -06:00
parent 6858a22a11
commit 8877f6f2be

View file

@ -39,7 +39,7 @@ class Tutorial:
await ctx.author.send(embed)
return
async def generate_embed(self, command):
def generate_embed(self, command):
# Create the embed object
opts = {
"title": "Here is the tutorial for the command {}:\n\n".format(command.qualified_name),