Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abhicodes
/
discord-hellobot
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abhicodes
commited on
Dec 13, 2023
Commit
0a19f5a
·
1 Parent(s):
fdf1ead
Update bot.py
Browse files
Files changed (1)
hide
show
bot.py
+1
-1
bot.py
CHANGED
Viewed
@@ -55,7 +55,7 @@ def run_discord_bot():
55
56
TOKEN = bot_token['token']
57
58
-
bot.run(TOKEN
, bot=False
)
59
60
61
if __name__ == '__main__':
55
56
TOKEN = bot_token['token']
57
58
+
bot.run(TOKEN)
59
60
61
if __name__ == '__main__':