mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Beep
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ const client = new Client({
|
|||||||
invite: INVITE,
|
invite: INVITE,
|
||||||
disableEveryone: true,
|
disableEveryone: true,
|
||||||
unknownCommandResponse: false,
|
unknownCommandResponse: false,
|
||||||
disabledEvents: ['TYPING_START', 'PRESENCE_UPDATE'],
|
disabledEvents: ['TYPING_START'],
|
||||||
messageCacheLifetime: 600,
|
messageCacheLifetime: 600,
|
||||||
messageSweepInterval: 120
|
messageSweepInterval: 120
|
||||||
});
|
});
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "42.14.1",
|
"version": "42.14.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Shard.js",
|
"main": "Shard.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user