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

Commit

Permalink
Don't require name argument on member command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampflower committed Jul 11, 2023
1 parent 0b07b1b commit b13ab66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ object MemberCommands : CommandRegistrar {
}
access("member", "servernick") {
member()
name()
name(required = false)
guild()
raw()
clear()
Expand Down

0 comments on commit b13ab66

Please sign in to comment.