Update main.py

This commit is contained in:
Florian Sylvain
2021-03-13 19:41:16 +01:00
committed by GitHub
parent 478737863c
commit 941e0e67e9
-5
View File
@@ -54,11 +54,6 @@ async def update(ctx):
os.execl(sys.executable, os.path.abspath(__file__), *sys.argv)
@bot.command(hidden=True)
async def ping(ctx):
await ctx.send('Pong !')
if __name__ == "__main__":
for extension in startup_extensions:
bot.load_extension('ext.' + extension)