✨ 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'],
|
||||
};
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"game": "GAME",
|
||||
"prefix": "PREFIX",
|
||||
"token_bot": "TOKEN"
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"music": ":musical_note:",
|
||||
"queue": ":bar_chart:",
|
||||
"error": ":x:",
|
||||
"success": ":white_check_mark:"
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"bassboost": "Bassboost",
|
||||
"8D": "8D",
|
||||
"vaporwave": "Vaporwave",
|
||||
"nightcore": "Nightcore",
|
||||
"phaser": "Phaser",
|
||||
"tremolo": "Tremolo",
|
||||
"vibrato": "Vibrato",
|
||||
"reverse": "Reverse",
|
||||
"treble": "Treble",
|
||||
"normalizer": "Normalizer",
|
||||
"surrounding": "Surrounding",
|
||||
"pulsator": "Pulsator",
|
||||
"subboost": "Subboost",
|
||||
"karaoke": "Karaoke",
|
||||
"flanger": "Flanger",
|
||||
"gate": "Gate",
|
||||
"haas": "Haas",
|
||||
"mcompand": "Mcompand"
|
||||
}
|
||||
Reference in New Issue
Block a user