mirror of
https://github.com/musix-org/musix-oss
synced 2025-08-03 01:04:35 +00:00
Sharding
This commit is contained in:
@@ -11,13 +11,16 @@ module.exports = {
|
||||
primary_test_channel: "617633098296721409",
|
||||
secondary_test_channel: "570531724002328577",
|
||||
devId: "360363051792203779",
|
||||
//misc
|
||||
embedColor: "#b50002",
|
||||
invite: "https://discordapp.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&redirect_uri=https%3A%2F%2Fdiscordapp.com%2Foauth2%2Fauthorize%3Fclient_id%3D607266889537945605%26%3Bscope%3Dbot%26%3Bpermissions%3D0&scope=bot",
|
||||
//Settings
|
||||
devMode: false,
|
||||
devMode: true,
|
||||
dblApi: false,
|
||||
saveDB: true,
|
||||
shards: 8,
|
||||
shardDelay: 5000,
|
||||
spawnTimeout: 30000,
|
||||
respawnDelay: 1000,
|
||||
//db values
|
||||
prefix: ">",
|
||||
devPrefix: "-",
|
||||
|
@@ -91,7 +91,7 @@ module.exports = {
|
||||
reloaded: "All files reloaded!",
|
||||
removed: "🗑️ removed `%SONG%` from the queue!",
|
||||
reset: "<:green_check_mark:674265384777416705> Reset __all__ guild settings!",
|
||||
restart: "restarted!",
|
||||
restart: "restarting all shards...",
|
||||
resumed: "<:resume:674685585478254603> Resumed the music!",
|
||||
seekingPointPositive: "<:redx:674263474704220182> The seeking point needs to be a positive number!",
|
||||
seekMax: "<:redx:674263474704220182> The lenght of this song is %LENGTH% seconds! You can't seek further than that!",
|
||||
@@ -118,6 +118,7 @@ module.exports = {
|
||||
statusField1: ":signal_strength: Ping",
|
||||
statusField2: "Latency",
|
||||
statusField3: ":stopwatch: Uptime",
|
||||
statusField4: "Shard: ",
|
||||
statusTitle: "Status for Musix",
|
||||
stop: "<:stop:674685626108477519> Stopped the music!",
|
||||
validNumber: "<:redx:674263474704220182> I'm sorry, But you need to enter a valid __number__.",
|
||||
|
Reference in New Issue
Block a user