- Inform your guild-mates who is drunk or not. 🍻
- When a drunk person types, the bot will react with 🍺.
- Listen to laughter ensue! 😆
- Node
- Run
npm install
. - Create a bot with Discord here.
- Invite the newly created bot to a server with this link, replacing CLIENT with your bot's client ID: https://discordapp.com/oauth2/authorize?client_id=CLIENT&scope=bot
- Copy the bot's token.
- Create a
auth.json
file in the root folder with the following format:{ token: "YOUR BOT TOKEN HERE" }
- Run
node bot.js
. - Optional: Modify
bot.js
to add your Discord username to the!set
check. This only allows certain users to use the command. Restart the bot after completion.
!set {username}
- Toggle the username's drunk status (Requires step 7 in Process).- Example:
!set SirArkimedes
- Toggles SirArkimedes' drunk status.
- Example:
- This project was made for the people that enjoy messing with their friends.
- Thanks for checking it out!
Made with ❤️ by SirArkimedes and JonasESmith.