mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-27 22:31:45 +00:00
added anonymous message handling to modmail
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user