Prepare jeeves repository for refactor. Removed obsolete commands.

This commit is contained in:
2024-07-16 16:49:32 +02:00
parent 9b3642c92b
commit c565e41a4b
5 changed files with 4 additions and 109 deletions

View File

@@ -17,15 +17,6 @@ class Games(commands.Cog):
self.bot = bot
@commands.command()
@commands.guild_only()
async def bingo(self, ctx):
""" Maak een babbelbingo kaart (staat niet altijd aan) """
name = ctx.message.author.name
bingocard = babbelbingo.bingo(name)
await ctx.author.send(file=discord.File(bingocard))
@commands.command()
async def roll(self, ctx):
""" Roll the dice!
@@ -68,4 +59,4 @@ class Games(commands.Cog):
async def setup(bot):
await bot.add_cog(Games(bot))
await bot.add_cog(Games(bot))