Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 571 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 571 Bytes

sphinx-bot

Discord bot for the official Sphinx and the Cursed Mummy community.

How to use

Make a executable start-bot.sh with these contents to run it and log the mirrored output with tee.

export DISCORD_TOKEN='tH15iS4.lEgITtOk3N-P13A5eJUsTU53nnE+1M-W4i7nG.leAkd'
python -u sphinx-bot.py 2>&1 | tee -a discord.out

You can use something like tmux to daemonize it in your server. Good luck.

Requisites

Python, discord.py, a chat server, one token and some patience.