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