Prepare jeeves repository for refactor. Removed obsolete commands.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user