Discord bot template written in Python3 using Hikari framework with Brainfuck commands.
- Clone the repository
- Create a .env file
token = 'YOUR BOT TOKEN'
prefix = 'YOUR BOT PREFIX'
- Launch run.sh or run.bat The necessary dependencies will be automatically installed
To add commands just add files to the plugins
folder. The name of a Brainfuck like file is the name of command. So that for example test.bf
will be !test
If you use a UNIX-like system, you will get additional performance benefits from using a library called uvloop. This replaces the default asyncio event loop with one that uses libuv internally.
pip install uvloop
My discord is лось#2600
Create an issue for your feature