✨ Hangman
This commit is contained in:
@@ -24,7 +24,6 @@ class GamesCog(commands.Cog):
|
||||
async def give(self, ctx, *, content):
|
||||
commands = content.split(" ")
|
||||
if len(commands) == 2:
|
||||
print(commands)
|
||||
amount = int(commands[1])
|
||||
response = giveMoney("#"+str(ctx.message.author.id),commands[0],amount)
|
||||
await ctx.send(response)
|
||||
|
||||
Reference in New Issue
Block a user