feat: send in logger channels mentions to everyone

Closes #4
This commit is contained in:
2023-11-23 23:39:30 +01:00
parent 621e1d97ed
commit 561f88778e
4 changed files with 82 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ impl Database {
})
}
pub async fn get_logging_channel(
pub async fn get_logging_channels(
&self,
guild_id: GuildId,
) -> Result<Vec<u64>> {