diff options
author | megumin <megumin.bakaretsurie@gmail.com> | 2022-11-11 22:50:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 23:50:09 +0100 |
commit | 30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a (patch) | |
tree | 8ee2a9e7f83ba8c3c2441636e5d122de3aa663b4 /src/plugins/moreCommands.ts | |
parent | 62e0787cf25a76881fac79b5f3df0ebda706bb21 (diff) | |
download | Vencord-30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a.tar.gz Vencord-30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a.tar.bz2 Vencord-30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a.zip |
feat: Badge API (#206)
Diffstat (limited to 'src/plugins/moreCommands.ts')
-rw-r--r-- | src/plugins/moreCommands.ts | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/plugins/moreCommands.ts b/src/plugins/moreCommands.ts index 074e715..0a23aaf 100644 --- a/src/plugins/moreCommands.ts +++ b/src/plugins/moreCommands.ts @@ -32,14 +32,7 @@ function mock(input: string): string { export default definePlugin({ name: "MoreCommands", description: "echo, lenny, mock", - authors: [ - Devs.Arjix, - Devs.echo, - { - name: "ICodeInAssembly", - id: 702973430449832038n - } - ], + authors: [Devs.Arjix, Devs.echo, Devs.Samu], dependencies: ["CommandsAPI"], commands: [ { |