mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-06-13 05:37:45 +02:00
fix: add ban command to poise framework
This commit is contained in:
@ -48,6 +48,7 @@ async fn main() {
|
||||
moderation::mute(),
|
||||
moderation::unmute(),
|
||||
moderation::purge(),
|
||||
moderation::ban(),
|
||||
];
|
||||
poise::set_qualified_names(&mut commands);
|
||||
|
||||
|
Reference in New Issue
Block a user