Advertisement
Nimbi

channels.ts

May 27th, 2022
1,108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export const CHANNELS = {
  2.   LOGGING_CHANNEL: 'xxxxxxxxxxxxxxxxxxxx',
  3.   ERROR_CHANNEL: 'xxxxxxxxxxxxxxxxxxxx',
  4.   STAFF_COMMANDS: ['xxxxxxxxxxxxxxxxxxxx'],
  5.   USER_COMMANDS: ['xxxxxxxxxxxxxxxxxxxx'],
  6. };
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement