✨ Bug fixes & update (v4.0.0)
This commit is contained in:
17
config/bot.js
Normal file
17
config/bot.js
Normal file
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
emojis: {
|
||||
off: ':x:',
|
||||
error: ':warning:',
|
||||
queue: ':bar_chart:',
|
||||
music: ':musical_note:',
|
||||
success: ':white_check_mark:',
|
||||
},
|
||||
|
||||
discord: {
|
||||
token: 'TOKEN',
|
||||
prefix: 'PREFIX',
|
||||
activity: 'ACTIVITY',
|
||||
},
|
||||
|
||||
filters: ['8D', 'gate', 'haas', 'phaser', 'treble', 'tremolo', 'vibrato', 'reverse', 'karaoke', 'flanger', 'mcompand', 'pulsator', 'subboost', 'bassboost', 'vaporwave', 'nightcore', 'normalizer', 'surrounding'],
|
||||
};
|
||||
Reference in New Issue
Block a user