mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-01 23:14: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::mute(),
|
||||||
moderation::unmute(),
|
moderation::unmute(),
|
||||||
moderation::purge(),
|
moderation::purge(),
|
||||||
|
moderation::ban(),
|
||||||
];
|
];
|
||||||
poise::set_qualified_names(&mut commands);
|
poise::set_qualified_names(&mut commands);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user