Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,6 @@ ping alerts for list of keywords
|
|
53 |
|
54 |
'''
|
55 |
# stats stuff---------------------------------------------------------------------------------------------------------------------------------------------------------------
|
56 |
-
number_of_messages = 0
|
57 |
|
58 |
@bot.event
|
59 |
async def on_message(message):
|
@@ -254,7 +253,7 @@ async def on_ready():
|
|
254 |
print('Logged on as', bot.user)
|
255 |
#bot.log_channel = bot.get_channel(1100458786826747945) # bot-test
|
256 |
bot.log_channel = bot.get_channel(1036960509586587689) # admin-logs
|
257 |
-
|
258 |
|
259 |
def run_bot():
|
260 |
bot.run(DISCORD_TOKEN)
|
|
|
53 |
|
54 |
'''
|
55 |
# stats stuff---------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
56 |
|
57 |
@bot.event
|
58 |
async def on_message(message):
|
|
|
253 |
print('Logged on as', bot.user)
|
254 |
#bot.log_channel = bot.get_channel(1100458786826747945) # bot-test
|
255 |
bot.log_channel = bot.get_channel(1036960509586587689) # admin-logs
|
256 |
+
number_of_messages = 0
|
257 |
|
258 |
def run_bot():
|
259 |
bot.run(DISCORD_TOKEN)
|