Skip to content

Commit

Permalink
feat: changed some things
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Dec 12, 2024
1 parent a0b2923 commit 72622f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/commands/mikandev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const prisma = new PrismaClient();
export default {
name: "mikandev",
description: "Manage your MikanDev account",
cooldown: 0,
cooldown: 3,
isPremium: false,
botPermissions: [],
userPermissions: [],
Expand Down
23 changes: 0 additions & 23 deletions src/commands/premping.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/commands/rank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function getXPfromLevel(level: number): number {
export default {
name: "rank",
description: "Check your rank!",
cooldown: 0,
cooldown: 3,
isPremium: false,
botPermissions: [],
userPermissions: [],
Expand Down

0 comments on commit 72622f8

Please sign in to comment.