A simple discord app built by WeForge for managing bugs of Gluo using @tryforge/ForgeScript.
| Feature | Progress |
|---|---|
| Utility | 100% |
| Dev utility | 100% |
| Bug reports | 100% |
| Statistics | 33% |
- Kipteam
- tips and improvements
- Tryforge
- for the amazing package
- Install Node.js
- Install the packages using the following npm command:
npm i
- Create a file named
.envoutside thesrcdirectory and it should look like:your_mom=your discord bot token here
Caution
Never share this file to anyone! Keep it in a safe place.
- Start the bot by running the following command:
npm start
- Now, use the evaluation command:
.eand run this:the increment id: $setGuildVar[a;0] $getGuildVar[a] the category id in which reports will be made: $setGuildVar[categoryID_in_which_reports_will_be_made;enter it here] $getGuildVar[categoryID_in_which_reports_will_be_made] the channel id of logs: $setGuildVar[channelID_of_logs;] $getGuildVar[channelID_of_logs]
Important
The evaluation part needs to be repeated everytime you want to use it in another guild!