This commit is contained in:
jona605a
2020-09-25 19:00:58 +02:00
parent 3fb2da1c0e
commit dcd37206bc
4 changed files with 7 additions and 7 deletions

View File

@ -103,7 +103,7 @@ class GamesCog(commands.Cog):
# Runs a game of Love Letter
@commands.command(aliases = ["ll"])
async def loveletter(self, ctx, *, content = ""):
await self.client.gameLoops.runLoveletter(ctx.message.channel,content,"#"+str(ctx.message.author.id))
await self.client.gameLoops.runLoveletter(ctx.message.channel,content,"#"+str(ctx.message.author.id),ctx.message.author)
def setup(client):
client.add_cog(GamesCog(client))