This website requires JavaScript.
Explore
Help
Sign In
ynerant
/
orochi-discord
Watch
1
Star
0
Fork
You've already forked orochi-discord
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4886806af7
orochi-discord
/
bot.py
8 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
Simple Discord bot
2021-10-26 16:36:12 +00:00
#!/usr/bin/env python3
Small code refactoring
2021-10-26 19:05:45 +00:00
from
orochi
import
bot
Simple Discord bot
2021-10-26 16:36:12 +00:00
Small code refactoring
2021-10-26 19:05:45 +00:00
if
__name__
==
'
__main__
'
:
bot
.
run
(
)