Nokari

A multi-purpose bot with simple moderation commands, reaction roles, reminders, and much more!

This is the rewrite of Nokari. There are still a lot of things to be done. I'm still working on the internal logic, so the bot basically has no functionality yet.

Click this link to invite the stable version of Nokari.

Requirements

  • A Discord application
  • Things listed in requirements.txt
  • Python 3.8+
  • PostgreSQL server
  • a .env file in the root directory

.env File Example

DISCORD_BOT_TOKEN=TOKEN
SPOTIPY_CLIENT_ID=SPOTIFY_CLIENT_ID
SPOTIPY_CLIENT_SECRET=SPOTIFY_CLIENT_SECRET
POSTGRESQL_DSN=postgresql://user:pass@ip:port/database
LOG_LEVEL=INFO  # Defaults to INFO if not present.

# This one is optional, use it at your own risk.
DISCORD_BROWSER=

Running

After having all the requirements, just run the module as a script/executable.

# Unix
python3 -m nokari -OO

# Windows
py -3 -m nokari -OO

GitHub

https://github.com/norinorin/nokari