Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 836 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 836 Bytes

Noni Discord Bot

Meow meow, meow. Meow!

Noni wearing a sombrero.

Want to add the bot to your server? Click here!

Self-hosting

Make a new application on the Discord Developer Portal.

$ pip install -r requirements.txt

Run the bot with $ python3 noni.py or $ py -3 noni.py and enter your token.

If you choose to save it, a .env will be generated and remembered for the next run. The variable is ignored by git, but keeping your bot token in plaintext is always a risk. Please remember to never share your token! You can easily reset it in the portal.

Command prefixes and other variables can be modified in the config.json file.

{
    "PREFIX": "/"
}

Docker

In progress.