Nightly is an open-source discord bot for any server, providing the best of the features that it offers. Nightly is a public version of Paw, the bot powering The Paw Kingdom.
🤗 Social interaction commands (hug, kiss, boop...)
💸 Global currency commands
⚙ Configurable settings to disable/enable parts of our bot
Nightly is self-hosted with ease, as it was made to be minimal and compact.
- Create a bot account on https://discord.com/developers/applications
- Invite the bot with oauth scopes
bot
andapplication.commands
to a guild of choice - clone this repository onto a server (If you don't have one, you may find VPS's for cheap at https://ovh.com) with
git clone https://github.com/NightlyOrg/nightly-bot.git
- Make sure Python 3.11+ is installed
- Run
pip install -r requirements.txt
- Use PM2 or a similar tool to run the bot (
pm2 start bot.py --name Nightly --interpreter python3
)