Meow meow, meow. Meow!
Want to add the bot to your server? Click here!
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": "/"
}
In progress.