summaryrefslogtreecommitdiff
path: root/src/commands/utility/memoryusage.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-23 11:48:22 -0700
committer8cy <[email protected]>2020-04-23 11:48:22 -0700
commit02b211b23bb7f95895c7e7f9dbf16983b13692af (patch)
tree0b92429799ad61cc0f1d676e9be03389c44155a8 /src/commands/utility/memoryusage.ts
parentchange invite link, v.7.3.6 (diff)
downloaddep-core-02b211b23bb7f95895c7e7f9dbf16983b13692af.tar.xz
dep-core-02b211b23bb7f95895c7e7f9dbf16983b13692af.zip
DARLING in the FRANXX, v7.4.0
- add mongo db support - add zero two darling cmd
Diffstat (limited to 'src/commands/utility/memoryusage.ts')
-rw-r--r--src/commands/utility/memoryusage.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/utility/memoryusage.ts b/src/commands/utility/memoryusage.ts
index a4f52c0..3c2913a 100644
--- a/src/commands/utility/memoryusage.ts
+++ b/src/commands/utility/memoryusage.ts
@@ -16,6 +16,8 @@ module.exports = class MemoryUsageUtility extends Command {
group: 'utility',
memberName: 'memoryusage',
description: 'Checks the current, approximate memory usage of the bot\'s Node.js process.',
+ userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
+ clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY']
});
}
run(msg: CommandoMessage) {