diff options
| author | 8cy <[email protected]> | 2020-04-29 17:37:31 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-29 17:37:31 -0700 |
| commit | 30f2e6293defe4fa4090a009c9a9032c695630e3 (patch) | |
| tree | 96406f0483073b209d72944c3c099858b51004c5 /src/models/Command.ts | |
| parent | add contact cmds, qol updates/ formatting, v9.1.0 (diff) | |
| download | dep-core-30f2e6293defe4fa4090a009c9a9032c695630e3.tar.xz dep-core-30f2e6293defe4fa4090a009c9a9032c695630e3.zip | |
The Memeification, v9.2.0
- fix goodbye
- add more models
- formatting
- uncomment error loggers
Diffstat (limited to 'src/models/Command.ts')
| -rw-r--r-- | src/models/Command.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/models/Command.ts b/src/models/Command.ts index a6d6700..9a304a8 100644 --- a/src/models/Command.ts +++ b/src/models/Command.ts @@ -8,8 +8,8 @@ module.exports = class UwufierCommand extends Command { this.throttling = info.throttling || { usages: 1, duration: 2 }; this.credit = info.credit || []; this.credit.push({ - name: 'Dragon Fire', - url: 'https://github.com/dragonfire535', + name: 'Sin', + url: 'https://github.com/8cy', reason: 'Code' }); } |