A discord bot for autoreactions and other fun stuffs for Limbo hacks server
Should you have any questions, please join the Discord and ask in #Mr Limbo
- Go to Discord Developer and create a New Application
- In that application, go to the bot tab in the sidebar and create a new bot
- Copy the token from that bot
- Go to the OAuth2 tab in the sidebar and click all the relevant permissions --
bot
thenAdministrator
(if you're working on your own test server, sometimes it's easier to just doAdministrator
privileges). - Open the URL generated and invite the bot to your preferred server.
- Fork the Replit repo.
- Take the token you copied earlier and click the lock icon in the Replit sidebar. This should open the Secrets tab.
- Make the key
TOKEN
and paste your token in value and then pressAdd new secret
. - Make the key
SENTIMENT_API
and paste your token in value and then pressAdd new secret
. (For SENTIMENT_API you can ask Admin a public key) - Run the bot, it should now be online!
- Take whatever code you changed and submit a pull request! When you forked it on Replit, it should create a fork in GitHub, so by using the version control tab in the left, you can contribute.