Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 956 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 956 Bytes

hikari.bf

Discord bot template written in Python3 using Hikari framework with Brainfuck commands.

Using

  1. Clone the repository
  2. Create a .env file
token = 'YOUR BOT TOKEN'
prefix = 'YOUR BOT PREFIX'
  1. Launch run.sh or run.bat The necessary dependencies will be automatically installed

Extending

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

Speed up

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

Support

My discord is лось#2600

Contributing

Create an issue for your feature