Update
This commit is contained in:
parent
895d06d714
commit
4f7f675a8a
2 changed files with 8 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ public class MessageEditor {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case INFO:
|
case INFO:
|
||||||
builder
|
builder
|
||||||
.setColor(new Color(47, 94, 105))
|
.setColor(new Color(78, 156, 174))
|
||||||
.setFooter("Hadder", "https://bigbotnetwork.com/images/Hadder.png")
|
.setFooter("Hadder", "https://bigbotnetwork.com/images/Hadder.png")
|
||||||
.setTimestamp(Instant.now());
|
.setTimestamp(Instant.now());
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
|
|
@ -178,8 +178,14 @@ commands.music.leave.success.description = I successfully disconnected from the
|
||||||
commands.music.leave.error.tile = Not connected
|
commands.music.leave.error.tile = Not connected
|
||||||
commands.music.leave.error.description = I'm currently in no Voice Channel on this Guild
|
commands.music.leave.error.description = I'm currently in no Voice Channel on this Guild
|
||||||
commands.music.leave.help.description = Leaves a voice channel
|
commands.music.leave.help.description = Leaves a voice channel
|
||||||
|
commands.music.play.load.title = %extra% Now loading %extra%
|
||||||
|
commands.music.play.load.description = Trying to load the song...
|
||||||
commands.music.play.success.title = %extra% Now playing %extra%
|
commands.music.play.success.title = %extra% Now playing %extra%
|
||||||
commands.music.play.success.description = Playing some cool stuff xD
|
commands.music.play.success.description = Now playing %extra%
|
||||||
|
commands.music.play.error.load.title = %extra% Load failed %extra%
|
||||||
|
commands.music.play.error.load.description = Unfortunately I can not load the given song.
|
||||||
|
commands.music.play.error.match.title = %extra% No matches %extra%
|
||||||
|
commands.music.play.error.match.description = I can not find a song named this on YouTube.
|
||||||
|
|
||||||
commands.nsfw.gif.error.title = GIF not showing? Click here
|
commands.nsfw.gif.error.title = GIF not showing? Click here
|
||||||
commands.nsfw.img.error.title = Image not showing? Click here
|
commands.nsfw.img.error.title = Image not showing? Click here
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue