Skip to content

Commit

Permalink
quick-disabled a command
Browse files Browse the repository at this point in the history
  • Loading branch information
sayore committed Jan 10, 2024
1 parent 5cd599e commit 20c9179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CmdGroups/TrustedCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export let TrustedCommands: ICommand[] = [
}
},
{
prefix: true, typeofcmd: TypeOfCmd.Action, isHalting: true, triggerfunc: (msg) => _.startsWith(_.toLower(msg.content), "sex"),
prefix: true, typeofcmd: TypeOfCmd.Action, isHalting: true, triggerfunc: (msg) => _.startsWith(_.toLower(msg.content), "123313123121313231312sex"),
async cmd(msg: Discord.Message) {
var mentions = getMentions(msg.content)[0];
var mention = (mentions ? mentions : undefined)
Expand Down

0 comments on commit 20c9179

Please sign in to comment.