diff options
Diffstat (limited to 'src/commands/bot/memoryusage.ts')
| -rw-r--r-- | src/commands/bot/memoryusage.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bot/memoryusage.ts b/src/commands/bot/memoryusage.ts index c204454..c8fd2cc 100644 --- a/src/commands/bot/memoryusage.ts +++ b/src/commands/bot/memoryusage.ts @@ -15,7 +15,7 @@ module.exports = class MemoryUsageBot extends Command { ], group: 'bot', memberName: 'memoryusage', - description: 'Checks the current, approximate memory usage of the bot\'s Node.js process.', + description: 'Checks the current, approximate memory usage of uwufier\'s Node.js process.', userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], throttling: { |