// Credentials export const credentials = { botToken: 'token here' }; // Options export const owners = [ '322862723090219008', //IRONM00N '464970779944157204', //TrashCan '487443883127472129' //Tyman ]; export const prefix = '-' as string; export const dev = true as boolean; export const channels = { log: 'id here', error: 'id here', dm: 'id here', command: 'id here' }; // Database specific export const db = { host: 'localhost', port: 5432, username: 'username here', password: 'password here' };