add custom chat handling

This commit is contained in:
Taah
2022-05-07 15:49:50 -07:00
parent 2398d44074
commit e50aee2a84
8 changed files with 114 additions and 13 deletions

View File

@ -0,0 +1,7 @@
package dev.plex.guild.data;
import java.util.UUID;
public record Member(UUID uuid, Rank rank)
{
}