Skip to content

Commit

Permalink
Update global-preconditions.mdx (#250)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeroen Claassens <[email protected]>
  • Loading branch information
Mateleo and favna authored Dec 15, 2023
1 parent 1a67fad commit 7bc6c24
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

1 comment on commit 7bc6c24

@vercel
Copy link

@vercel vercel bot commented on 7bc6c24 Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.