Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Sheweny/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug6739 committed Jan 25, 2022
2 parents b841cac + b9fe620 commit c8cac46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
directory: '/'
target-branch: "dev"
schedule:
interval: daily
interval: "daily"
reviewers:
- Smaug6739
assignees:
Expand Down
2 changes: 1 addition & 1 deletion src/templates/V3/create/javascript/src/commands/ping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = class PingCommand extends Command {
description: "Ping Pong",
type: "SLASH_COMMAND",
category: "Misc",
cooldown: 3000,
cooldown: 3,
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/V3/create/typescript/src/commands/ping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class PingCommand extends Command {
description: "Ping Pong",
type: "SLASH_COMMAND",
category: "Misc",
cooldown: 3000,
cooldown: 3,
});
}
Expand Down

0 comments on commit c8cac46

Please sign in to comment.