changing token to O_TOKEN

This commit is contained in:
Camille CAMBIUM 2023-05-06 03:47:23 +02:00
parent 78a8c5b834
commit a341a33f85
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ 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()