Skip to content

Commit

Permalink
make sure the user is active
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-singh committed Mar 9, 2024
1 parent 9ea9b23 commit edce877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bot/src/discord/slash/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ async fn transfer(

super::requires_roles(
command.user.id,
&[JUNIOR, MEMBER, ACTIVE],
&[ACTIVE],
&command
.member
.as_ref()
Expand Down

0 comments on commit edce877

Please sign in to comment.