use canary
This commit is contained in:
parent
c04d9090c4
commit
6045d8406d
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ const bot = new Client(config.token, {
|
|||
gateway: {
|
||||
intents: Object.values(Intents),
|
||||
},
|
||||
rest: {
|
||||
domain: "canary.discord.com",
|
||||
},
|
||||
restMode: true,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue