gw-domain-schedule is an advanced, easy to setup, free, and unbranded Discord bot. This bot allows users to send domain schedules for weapon ascension materials as well as talent materials, in the form of an image, in a desired channel. To being installing this bot, you're going to want to install the required python libs from the requirements.txt
file.
pip install -r requirements.txt
After you are done installing the required python libraries, you can setup the config file (config.json
). You will need to grab three different pieces of information before you're able to successfully run the Discord bot.
{
"settings": {
"token": "YOUR_BOT_TOKEN_HERE",
"talent-schedule-channel": "CHANNEL_ID_FOR_TALENTS_SCHEDULE",
"weapon-schedule-channel": "CHANNEL_ID_FOR_WEAPONS_SCHEDULE"
}
}
token
- This is the token for your Discord bot, this can be accessed from your Discord account's Developer Portal!
talent-schedule-channel
- This is the ID of the channel you want the bot to send the domain schedule for talents in. You can get a Discord channel's id by right-clicking on the channel and pressing the button named Copy ID
weapon-schedule-channel
- This is the ID of the channel you want the bot to send the domain schedule for weapons in. You can get a Discord channel's id by right-clicking on the channel and pressing the button named Copy ID
All you have to do to set-up the bot is change the variables found in config.json
. Once these are all set-up, you should be able to run the bot effortlessly.
If you run into any issues or problems during the process of setting up this discord bot, you can contact me using any of my socials given on my Github profile!