Skip to content

Commit

Permalink
DiscordCreateChannels 'users': fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 13, 2022
1 parent 5bad698 commit 1b52829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static void autoExecute(ScriptEntry scriptEntry,
@ArgPrefixed @ArgDefaultNull @ArgName("category") String category,
@ArgPrefixed @ArgDefaultNull @ArgName("position") ElementTag position,
@ArgPrefixed @ArgDefaultNull @ArgName("roles") ListTag roles,
@ArgPrefixed @ArgDefaultNull @ArgName("roles") ListTag users) {
@ArgPrefixed @ArgDefaultNull @ArgName("users") ListTag users) {
if (group != null && group.bot == null) {
group.bot = bot.bot;
}
Expand Down

0 comments on commit 1b52829

Please sign in to comment.