diff options
| author | 8cy <[email protected]> | 2020-07-07 06:22:25 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-07 06:22:25 -0700 |
| commit | 13953464e9fe5dc7c91bee3b08163edb5a1d4750 (patch) | |
| tree | 89d95e8443c9dbe244d2c44a43026aaf006336f0 /src/commands/bot/status.ts | |
| parent | say has private perms now (diff) | |
| download | dep-core-13953464e9fe5dc7c91bee3b08163edb5a1d4750.tar.xz dep-core-13953464e9fe5dc7c91bee3b08163edb5a1d4750.zip | |
add owner cmd
Diffstat (limited to 'src/commands/bot/status.ts')
| -rw-r--r-- | src/commands/bot/status.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/commands/bot/status.ts b/src/commands/bot/status.ts index 3f53221..dbb5080 100644 --- a/src/commands/bot/status.ts +++ b/src/commands/bot/status.ts @@ -25,10 +25,10 @@ module.exports = class StatusBot extends Command { } ], examples: [ - 's5n!botstatus type watching', - 's5n!status t w', - 's5n!status message youtube', - 's5n!bs m lol' + 'uwu!botstatus type watching', + 'uwu!status t w', + 'uwu!status message youtube', + 'uwu!bs m lol' ], ownerOnly: true, guarded: true |