This is a Discord bot written in Javascript, originally for the needs of my Free Company in Final Fantasy XIV.
Its primary role is to help organize raids in game, more specifically to know and display when 8 players are available at the same time to play together, assuming every member of the Discord server gave the bot their planned play times.
Please note that our Company being french, most of the messages sent by the bot are also written in french (at least for now).
Just get the source code on your server, rename the config.example.json file as config.json, put your bot token in it (I'll let you look it up if you don't know where to get one) and you're good to go. Use npm start whenever you want the bot to go online.
Know that you can use the !help command to know everything the bot can do, but basically :
- Someone with a specific role has to use the
!raidcommand first. It will setup plans for the upcoming week. - Inform your availability on any given day using the
!dispocommand. - Use the
!recapcommand every time you want to know the current state of things. The bot will tell you if there are enough players to raid.