Skip to content

Commit

Permalink
⚡ Enhanced the retrieve invites effect's pattern a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsTheSky committed Apr 28, 2024
1 parent 2499e50 commit 9156d58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class RetrieveInvites extends AsyncEffect {
static {
Skript.registerEffect(
RetrieveInvites.class,
"retrieve [the] invite[s] (from|with|of|in) %guild% [(with|using) [the] [bot] %-bot%] and store (it|the invites) in %~objects%"
"retrieve [all [of]] [the] invite[s] (from|with|of|in) %guild% [(with|using) [the] [bot] %-bot%] and store (it|them|the invites) in %~objects%"
);
}

Expand Down

0 comments on commit 9156d58

Please sign in to comment.