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