Nimbi

modules/config/channels.ts

May 27th, 2022 (edited)
1,307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export const CHANNELS = {
  2.     LOGGING_CHANNEL: 'xxxxxxxxxx', // DISCORD CHANNEL ID
  3.     ERROR_CHANNEL: 'xxxxxxxxxx', // DISCORD CHANNEL ID
  4.     TICKETS_CHANNEL: 'xxxxxxxxxx' // DISCORD CHANNEL ID
  5. };
  6.  
  7. export const CATEGORIES = {
  8.     TICKETS_CATEGORY: '' // DISCORD CATEGORY ID
  9. };
  10.  
Advertisement
Add Comment
Please, Sign In to add comment