mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
- fix message not having reply and disabled mentions
- change privacy metadata - add shard command
This commit is contained in:
parent
4e037f9188
commit
ab91a45c43
3 changed files with 29 additions and 5 deletions
|
@ -4,13 +4,12 @@ const { editOrReply } = require('../../../labscore/utils/message');
|
|||
const { PRIVACY_POLICY_LAST_UPDATE, PRIVACY_POLICY_SECTIONS, DISCORD_INVITES, COLORS } = require('../../../labscore/constants');
|
||||
|
||||
module.exports = {
|
||||
description: 'ping!',
|
||||
name: 'privacy',
|
||||
metadata: {
|
||||
description: 'bot latency',
|
||||
examples: ['ping'],
|
||||
description: 'Privacy Policy',
|
||||
examples: ['privacy'],
|
||||
category: 'core',
|
||||
usage: 'ping'
|
||||
usage: 'privacy'
|
||||
},
|
||||
run: async (context) => {
|
||||
context.triggerTyping();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue