diff --git a/cogs/MiscCog.py b/cogs/MiscCog.py index 8409a9c..4718019 100644 --- a/cogs/MiscCog.py +++ b/cogs/MiscCog.py @@ -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):