added anonymous message handling to modmail

This commit is contained in:
Sheldan
2020-05-08 00:58:05 +02:00
parent c03788a065
commit ea6fe240f4
7 changed files with 38 additions and 18 deletions

View File

@@ -29,5 +29,6 @@ public interface BotService {
Optional<TextChannel> getTextChannelFromServer(Long serverId, Long textChannelId);
Optional<Guild> getGuildById(Long serverId);
Guild getGuildByIdNullable(Long serverId);
Member getBotInGuild(AServer server);
void shutdown();
}