changing token to O_TOKEN
This commit is contained in:
parent
78a8c5b834
commit
a341a33f85
|
@ -13,7 +13,7 @@ try {
|
||||||
const D_TOKEN = process.env.DISCORD_TOKEN;
|
const D_TOKEN = process.env.DISCORD_TOKEN;
|
||||||
const O_TOKEN = process.env.AUTH_TOKEN;
|
const O_TOKEN = process.env.AUTH_TOKEN;
|
||||||
// const url = `https://preprod.42ctf.org/api/bot/discord?token=${O_TOKEN}`;
|
// const url = `https://preprod.42ctf.org/api/bot/discord?token=${O_TOKEN}`;
|
||||||
const url = `https://www.42ctf.local/api/bot/discord?token=${token}`;
|
const url = `https://www.42ctf.local/api/bot/discord?token=${O_TOKEN}`;
|
||||||
|
|
||||||
|
|
||||||
async function get_guildID()
|
async function get_guildID()
|
||||||
|
|
Loading…
Reference in New Issue