Skip to content

Instantly share code, notes, and snippets.

@PhantomNimbi
Last active July 5, 2022 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhantomNimbi/5dba6b730a0ed37a4ab7456bbfd3569c to your computer and use it in GitHub Desktop.
Save PhantomNimbi/5dba6b730a0ed37a4ab7456bbfd3569c to your computer and use it in GitHub Desktop.
Pylon.bot Config File
import * as logger from './logger';
const config = {
channels: {
logger: '927217111342936074',
},
logger: {
timezone: 'America/Phoenix',
showTimestamps: true,
showEventNames: true,
scopes: {
channelCreate: true,
channelDelete: true,
channelPinsUpdate: true,
channelUpdate: true,
guildBanAdd: true,
guildBanRemove: true,
guildCreate: true,
guildEmojisUpdate: true,
guildIntegrationsUpdate: true,
guildMemberAdd: true,
guildMemberRemove: true,
guildMemberUpdate: true,
guildRoleCreate: true,
guildRoleDelete: true,
guildRoleUpdate: true,
guildUpdate: true,
messageDelete: true,
messageDeleteBulk: true,
messageReactionAdd: true,
messageReactionRemove: true,
messageReactionRemoveAll: true,
messageUpdate: true,
typingStart: true,
userUpdate: true,
voiceServerUpdate: true,
voiceStateUpdate: true,
webhooksUpdate: true,
},
},
messages: logger.messages,
};
export { config };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment