Remove extra w/ for certain status messages.
This commit is contained in:
parent
b411169486
commit
ecca702949
Binary file not shown.
@ -37,7 +37,7 @@ public class BandoriBot extends ListenerAdapter{
|
|||||||
"Fuwa-Fuwa Time (again)",
|
"Fuwa-Fuwa Time (again)",
|
||||||
"Multi-Live w/4* Aya",
|
"Multi-Live w/4* Aya",
|
||||||
"Gazing at the stars",
|
"Gazing at the stars",
|
||||||
"<MAKEEAT> Star Candy <WITHPOPIPA>",
|
"<MAKEEAT> Star Candy w/<WITHPOPIPA>",
|
||||||
"Tentai Kansoku w/Afterglow",
|
"Tentai Kansoku w/Afterglow",
|
||||||
"Hanging out w/<CHARACTER>",
|
"Hanging out w/<CHARACTER>",
|
||||||
"Writing a new song",
|
"Writing a new song",
|
||||||
@ -86,11 +86,11 @@ public class BandoriBot extends ListenerAdapter{
|
|||||||
"CiRCLE"
|
"CiRCLE"
|
||||||
};
|
};
|
||||||
public static String[] popipaList = new String[]{
|
public static String[] popipaList = new String[]{
|
||||||
"w/Tae",
|
"Tae",
|
||||||
"w/Rimi",
|
"Rimi",
|
||||||
"w/Saaya",
|
"Saaya",
|
||||||
"w/Arisa",
|
"Arisa",
|
||||||
"w/Poppin' Party",
|
"Poppin' Party",
|
||||||
};
|
};
|
||||||
|
|
||||||
public static String[] possibleCharList = new String[]{
|
public static String[] possibleCharList = new String[]{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user