Invite | Original Reddit bot | About
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!
- Make sure you are running Python 3.8+
- Clone the repository with
git
- Install all requirements from
requirements.txt
withpip
(usingpip install -r requirements.txt
) - Create a new application in the Discord Developer Portal
- Set a system-wide environment variable
PEKOBOT_TOKEN
with the token of the bot - Run the bot with Python (either
python bot.py
orpython3 bot.py
)
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
)