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 ScreenShot1 ScreenShot1
  • Click Roles ScreenShot2 ScreenShot2
  • Find the role you want to include ScreenShot3 ScreenShot3
  • Click the three dots (…)
  • Select Copy Role ID ScreenShot4 ScreenShot4

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.

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