🐛
This commit is contained in:
@ -88,19 +88,19 @@ class MiscCog(commands.Cog):
|
||||
@commands.command()
|
||||
async def name(self, ctx):
|
||||
await ctx.send(nameGen())
|
||||
|
||||
|
||||
# Generates a random tavern name
|
||||
@commands.command()
|
||||
async def tavern(self, ctx):
|
||||
await ctx.send(tavernGen())
|
||||
|
||||
|
||||
# Sets the game Gwendolyn's playing
|
||||
@commands.command()
|
||||
async def game(self, ctx, *, content):
|
||||
gamePlaying = cap(content)
|
||||
game = discord.Game(gamePlaying)
|
||||
await self.client.change_presence(activity=game)
|
||||
|
||||
|
||||
# Finds a page on the Senkulpa wiki
|
||||
@commands.command(aliases = ["wikia"])
|
||||
async def wiki(self, ctx, *, content):
|
||||
|
Reference in New Issue
Block a user