mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
disableMentions
This commit is contained in:
@@ -6,6 +6,7 @@ const client = new Client({
|
|||||||
commandPrefix: XIAO_PREFIX,
|
commandPrefix: XIAO_PREFIX,
|
||||||
owner: OWNERS.split(','),
|
owner: OWNERS.split(','),
|
||||||
invite: INVITE,
|
invite: INVITE,
|
||||||
|
disableMentions: 'everyone',
|
||||||
disabledEvents: ['TYPING_START']
|
disabledEvents: ['TYPING_START']
|
||||||
});
|
});
|
||||||
const activities = require('./assets/json/activity');
|
const activities = require('./assets/json/activity');
|
||||||
|
|||||||
Reference in New Issue
Block a user