gabr1sr / discord-bot

Multi-purpose self-hosted Discord bot
GNU Affero General Public License v3.0
2 stars 0 forks source link

Update serenity to 0.12.2 and use `Guild`(`Id`)`::bulk_ban` for `ban` command #83

Open gabr1sr opened 5 months ago

gabr1sr commented 5 months ago

https://docs.rs/serenity/0.12.2/serenity/model/guild/struct.Guild.html#method.bulk_ban

gabr1sr commented 4 months ago

Find a way to use GuildId::bulk_ban inside async code (Send + Sync traits).