From bf0f10808b804ae9db094c1b0d3a6077f71cbb87 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 10 Jul 2020 21:53:30 +0100 Subject: [PATCH] Getting rid of some code --- cogs/music.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cogs/music.py b/cogs/music.py index 8902874a..59dd916b 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -121,16 +121,6 @@ class Music(commands.Cog): ctx.voice_client.stop() -bot = commands.Bot(command_prefix=commands.when_mentioned_or("~"), - description='Relatively simple music bot example') - - -@bot.event -async def on_ready(): - print('Logged in as {0} ({0.id})'.format(bot.user)) - print('------') - - def setup(bot): bot.add_cog(Music(bot))