mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-18 05:26:00 +00:00
fixes
This commit is contained in:
@ -2,7 +2,7 @@ module.exports = {
|
||||
garbage: "🗑️ ",
|
||||
green_check_mark: "<:green_check_mark:674265384777416705> ",
|
||||
loading: "<a:loading:674284196700618783> ",
|
||||
loudSoung: ":loud_sound: ",
|
||||
loudSound: ":loud_sound: ",
|
||||
megaPhone: "📣 ",
|
||||
notes: "<a:aNotes:674602408105476106>",
|
||||
pause: "<:pause:674685548610322462> ",
|
||||
@ -15,6 +15,6 @@ module.exports = {
|
||||
skip: "<:skip:674685614221688832> ",
|
||||
speaker: ":speaker: ",
|
||||
stop: "<:stop:674685626108477519> ",
|
||||
stopwatch: ":stopWatch: ",
|
||||
stopWatch: ":stopWatch: ",
|
||||
volumeHigh: "<:volumehigh:674685637626167307> "
|
||||
}
|
@ -122,7 +122,7 @@ module.exports = {
|
||||
statusField3: emojis.stopWatch + "Uptime",
|
||||
statusField4: "Shard: ",
|
||||
statusTitle: "Status for Musix",
|
||||
stop: "Stopped the music!",
|
||||
stop: emojis.stop + "Stopped the music!",
|
||||
validNumber: emojis.redx + "I'm sorry, But you need to enter a valid __number__.",
|
||||
wrongVoiceChannel: emojis.redx + "I'm sorry but you need to be in the same voice channel as Musix to use this command!",
|
||||
};
|
||||
|
Reference in New Issue
Block a user