disabled web server

This commit is contained in:
CreeperXP 2022-05-10 17:44:44 +03:00 committed by GitHub
parent cc8f142565
commit 9dbe15afd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from webserver import keep_alive
#from webserver import keep_alive
import os
try:
import nextcord
@ -342,5 +342,5 @@ for filename in os.listdir("./cogs"):
bot.load_extension(f"cogs.{filename[:-3]}")
keep_alive()
#keep_alive()
bot.run(os.getenv("DISCORD_TOKEN"))