Fixed Tableflip. Probably.
This commit is contained in:
parent
b13c62147a
commit
1897412d0b
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -275,7 +275,7 @@ public class Commands implements CommandExecutor {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
case "tableflip": {
|
case "tableflip": {
|
||||||
String msg = "(в•ЇВ°в–ЎВ°пј‰в•Їпёµ в”»в”?в”»";
|
String msg = "(╯°□°)╯︵ ┻━┻";
|
||||||
if (args.length > 0) {
|
if (args.length > 0) {
|
||||||
msg = args[0] + " " + msg;
|
msg = args[0] + " " + msg;
|
||||||
}
|
}
|
||||||
|
@ -283,7 +283,7 @@ public class Commands implements CommandExecutor {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
case "unflip": {
|
case "unflip": {
|
||||||
String msg = "┬─┬ �( ゜-゜�)";
|
String msg = "┬─┬ ノ( ゜-゜ノ)";
|
||||||
if (args.length > 0) {
|
if (args.length > 0) {
|
||||||
msg = args[0] + "" + msg;
|
msg = args[0] + "" + msg;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue