fix(discord): remove eventQueue client option
parent
5d21e8c891
commit
e758cccd46
|
|
@ -319,7 +319,6 @@ export async function monitorDiscordProvider(opts: MonitorDiscordOpts = {}) {
|
||||||
publicKey: "a",
|
publicKey: "a",
|
||||||
token,
|
token,
|
||||||
autoDeploy: nativeEnabled,
|
autoDeploy: nativeEnabled,
|
||||||
eventQueue: { logSlowListeners: false },
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
commands,
|
commands,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue