cleanup and finish the current scoresaber command args

This commit is contained in:
Lee
2024-06-24 14:58:57 +01:00
parent 82e241f6ac
commit ac3529ed88
6 changed files with 68 additions and 27 deletions

View File

@ -60,7 +60,7 @@ public class BatUser {
*
* @return the guild
*/
private User getDiscordUser() {
public User getDiscordUser() {
return DiscordService.JDA.getUserById(id);
}
}