Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: add ban command to poise framework
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Aug 21, 2022
1 parent fda860d commit e66e8fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ async fn main() {
moderation::mute(),
moderation::unmute(),
moderation::purge(),
moderation::ban(),
];
poise::set_qualified_names(&mut commands);

Expand Down

0 comments on commit e66e8fd

Please sign in to comment.