Skip to content

bemxio/discord-pekofy-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invite | Original Reddit bot | About

pekofy_bot, but on Discord!

pekofy_bot is a Usada Pekora themed bot that adds 'peko' at the end of sentences, when you invoke it with !pekofy.

It also has other reactions, when you type in specifc keywords! Try typing pain in the server with the bot and see if something happens!

Running

  1. Make sure you are running Python 3.8+
  2. Clone the repository with git
  3. Install all requirements from requirements.txt with pip (using pip install -r requirements.txt)
  4. Create a new application in the Discord Developer Portal
  5. Set a system-wide environment variable PEKOBOT_TOKEN with the token of the bot
  6. Run the bot with Python (either python bot.py or python3 bot.py)

Contributing

Feel free to contribute to the bot, if you want to!

To contribute, just fork the repository, make a branch, commit all your changes and make a pull request!

But please, use the following commit message format:

type(scope): description

where:

  • type is the type of change you made (e.g. bug, feat, refactor, docs, etc.)
  • scope are the files you are editing (e.g. pekofy, reactions, bot, etc.)
  • description is a short description of the change (e.g. add a new status message)