use canary

This commit is contained in:
Cynthia Foxwell 2025-02-04 14:20:20 -07:00
parent c04d9090c4
commit 6045d8406d
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -21,6 +21,9 @@ const bot = new Client(config.token, {
gateway: { gateway: {
intents: Object.values(Intents), intents: Object.values(Intents),
}, },
rest: {
domain: "canary.discord.com",
},
restMode: true, restMode: true,
}); });