Skip to content

Commit

Permalink
Update global-preconditions.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateleo authored and favna committed Dec 15, 2023
1 parent 52dbba3 commit e2e2190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Guide/preconditions/global-preconditions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class UserPrecondition extends AllFlowsPrecondition {
#message =
"Sorry but your server is banned from using this bot's commands. Contact the bot developer for more information.";

public constructor(context: Piece.LoaderContext, options: AllFlowsPrecondition.Options) {
public constructor(context: AllFlowsPrecondition.LoaderContext, options: AllFlowsPrecondition.Options) {
super(context, {
...options,
position: 20
Expand Down

0 comments on commit e2e2190

Please sign in to comment.