From 6045d8406dd7b582cef6890bb085781b4be2d576 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Tue, 4 Feb 2025 14:20:20 -0700 Subject: [PATCH] use canary --- src/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.js b/src/index.js index 33fb60f..c6ca6de 100644 --- a/src/index.js +++ b/src/index.js @@ -21,6 +21,9 @@ const bot = new Client(config.token, { gateway: { intents: Object.values(Intents), }, + rest: { + domain: "canary.discord.com", + }, restMode: true, });