1
0
Fork
You've already forked wolfmod
0
No description
  • Python 100%
2023年06月02日 21:24:38 +07:00
demo Add English endgame screenshot 2021年12月05日 21:56:37 +07:00
lang Finish English translation 2021年12月05日 19:16:33 +07:00
.gitignore Save and load states in 'saves' folder 2021年10月27日 12:17:11 +07:00
bot.py Update the readmes 2021年12月05日 19:30:09 +07:00
classic.py Finish English translation 2021年12月05日 19:16:33 +07:00
core.py Finish English translation 2021年12月05日 19:16:33 +07:00
dictionize.py Clear player list when loading in debug mode 2021年11月02日 16:27:36 +07:00
issues Send help message in dm channel 2021年11月15日 02:00:51 +07:00
one_night.py Finish English translation 2021年12月05日 19:16:33 +07:00
README-vn.md Add English endgame screenshot 2021年12月05日 21:56:37 +07:00
README.md Update README.md 2023年06月02日 21:24:38 +07:00
requirements.txt Update the readmes 2021年12月05日 19:30:09 +07:00
server_conf.example.py Make example config clearer 2021年11月08日 13:27:54 +07:00
test.py Finish English translation 2021年12月05日 19:16:33 +07:00

Wolfmod

Chatbot moderator for Werewolf game

End of a werewolf game

Installation

Install the latest version of Python and pip, if using Windows, remember to add Python to PATH.

Install the prerequisites using pip install -r requirements.txt.

Setup on Discord

Run the chatbot

After cloning this repo, rename server_conf.example.py to server_conf.py and fill your info to all the variables in it:

  • TOKEN the bot's token you copied
  • GAME_CHANNEL take the ID of your game channel by right clicking and copy the channel ID
  • DEBUG_CHANNEL the ID of a debug channel to send error messages
  • ADMINS put your own user ID to become an admin
  • LANGUAGE put en for English

After this, you can run python bot.py to run your chatbot.