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

@@ -2,11 +2,9 @@ import discord
from discord.ext import commands
from logging import getLogger
# setup logging
log = getLogger(__name__)
e = discord.Embed()
@@ -17,12 +15,6 @@ class Misc(commands.Cog):
self.bot = bot
@commands.command()
async def hug(self, ctx):
msg = f'Jeeves geeft {ctx.message.author.mention} een grote knuffel'
await ctx.send(msg)
@commands.command()
async def eirik(self, ctx):
await ctx.send('Deze vraag heeft Eirik Fatland al beantwoord in 1997.')
@@ -34,4 +26,4 @@ class Misc(commands.Cog):
async def setup(bot):
await bot.add_cog(Misc(bot))
await bot.add_cog(Misc(bot))