A Discord bot for the "Everlasting Vendetta" guild.
- Install Node.js (version 16.9.0 or higher)
- Clone this repository
- Run
npm installto install dependencies - Create a
config.jsonfile with your bot token and IDs - Run
npm run deployto register the slash commands - Run
npm startto start the bot
Make sure your config.json has:
- Your bot token from the Discord Developer Portal
- Your bot's client ID
- Your Everlasting Vendetta guild ID
/ping- Check if bot is online/guildinfo- Display information about the guild/member [user]- Get information about a guild member/announce [channel] [message]- Create an announcement (Admin only)
To add more commands, create new files in the commands directory.