Custom player emojis

Allow player to use any emoji in place of the player by using !play [valid emoji] when starting a game
This commit is contained in:
PocketMars
2020-06-30 11:35:03 -05:00
parent ecf173568e
commit f57b271bbf
5 changed files with 35 additions and 16 deletions
+1
View File
@@ -17,4 +17,5 @@ repositories {
dependencies {
compile 'net.dv8tion:JDA:4.1.1_162'
compile 'com.vdurmont:emoji-java:5.1.1'
}