This commit is contained in:
Nikolaj Danger
2020-08-06 15:20:26 +02:00
parent 3c5e3e3a0a
commit 1b1068c59c
6 changed files with 6 additions and 7 deletions

View File

@ -21,7 +21,7 @@ class GamesCog(commands.Cog):
else:
new_message = ctx.message.author.display_name + " has " + str(response) + " GwendoBucks"
await ctx.send(new_message)
# Gives another user an amount of GwendoBucks
@commands.command()
async def give(self, ctx, *, content):

View File

@ -9,7 +9,7 @@ class SwCog(commands.Cog):
def __init__(self,client):
self.client = client
# Rolls star wars dice
@commands.command()
async def swroll(self, ctx, *, content):