diff options
| author | 8cy <[email protected]> | 2020-05-07 14:53:02 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-07 14:53:02 -0700 |
| commit | d39052e139057b8303d79bb4192f677879797c92 (patch) | |
| tree | 650c50f569f19f114be01ebe3dbf0aabfd6b54bc /src/commands/utility/fortnitestats.ts | |
| parent | remove this bc this is unused and outdated (diff) | |
| download | dep-core-d39052e139057b8303d79bb4192f677879797c92.tar.xz dep-core-d39052e139057b8303d79bb4192f677879797c92.zip | |
add cmd logging and join server logging to support server
- add depreciated join cmd *lol*
- fix some formatting in btc and add defaults
- add zero two cmd
- add fortnite alias to fortnitestats
Diffstat (limited to 'src/commands/utility/fortnitestats.ts')
| -rw-r--r-- | src/commands/utility/fortnitestats.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/utility/fortnitestats.ts b/src/commands/utility/fortnitestats.ts index 84e0115..01f1f99 100644 --- a/src/commands/utility/fortnitestats.ts +++ b/src/commands/utility/fortnitestats.ts @@ -18,7 +18,8 @@ module.exports = class FortniteStatsUtility extends Command { 'fnstatistics', 'fn-statistics', 'fns', - 'fn-s' + 'fn-s', + 'fortnite' ], group: 'utility', memberName: 'fortnitestats', |