[AB-xxx] adding modmail support for ban appeals

refactoring modmail to use user objects instead of member in various places
This commit is contained in:
Sheldan
2024-05-31 00:54:32 +02:00
parent 4991ad8f1c
commit 336c3d0bd8
29 changed files with 386 additions and 618 deletions

View File

@@ -38,6 +38,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.sheldan.abstracto.modules</groupId>
<artifactId>moderation-int</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.sheldan.abstracto.core</groupId>
<artifactId>metrics-int</artifactId>