Tickets!
GitHub Version
Assuming you done all the steps here. You are ready to get started with your fresh new bot.
Settings
inside BB’s library you will see “settings.js” Please update this as needed you can include as many Guild id’s as you need.
To get the guild id’s you can:
- Right-click the server on the left-hand side of Discord
- Click Server Settings
- Click Roles
- Find the role you want to include
- Click the three dots (…)
- Select Copy Role ID
Paste the guild ID’s
Inside settings.js we have created a simple Array(list) please include your id’s in there
'id001',
'id002'
Include as many as you need.
Link and run
Now it’s time to link it in your project. It’s just two lines:
const { discordTickets } = require('./BB-DBotBits/discordTickets.js');
discordTickets();
Important
Needed permissions:
It’s best just to use an admin or mod role here