✨
This commit is contained in:
@ -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))
|
Reference in New Issue
Block a user