commit | fc420b79d04da350c5c453bf332956c31b12b8b8 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Tue Jan 24 17:14:38 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Tue Jan 24 17:14:38 2023 -0500 |
tree | a95b81c32d39a9341972dd75078a495527e3811a | |
parent | a35b71b85929b91059bef27f2dcc931b55e14e1a [diff] [blame] |
edited premium
diff --git a/src/index.ts b/src/index.ts index 362b805..a88cc54 100644 --- a/src/index.ts +++ b/src/index.ts
@@ -14,4 +14,7 @@ await client.login(config.enableDevelopment ? config.developmentToken : config.token) -await recordPerformance(); \ No newline at end of file +await recordPerformance(); + +import { getCommandMentionByName} from "./utils/getCommandMentionByName.js"; +console.log(await getCommandMentionByName("nucleus/premium"))