diff options
Diffstat (limited to 'src/commands/bot/version.ts')
| -rw-r--r-- | src/commands/bot/version.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bot/version.ts b/src/commands/bot/version.ts index 01119dc..564fd2f 100644 --- a/src/commands/bot/version.ts +++ b/src/commands/bot/version.ts @@ -9,7 +9,7 @@ export default class VersionBot extends Command { name: 'version', group: 'bot', memberName: 'version', - description: 'Tells you the bot\'s current build version.', + description: 'Tells you uwufier\'s current build version.', throttling: { usages: 5, duration: 30 |