Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrihamelin authored Sep 10, 2024
1 parent 7a8a61c commit 029b6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ const modal = new ModalBuilder()
const { Routes } = require('discord-api-types/v9');
const commands = require('./commands');

const rest = new REST({ version: '9' }).setToken('Your Token');
const rest = new REST({ version: '9' }).setToken(Token);

(async () => {
try {
Expand Down

0 comments on commit 029b6bc

Please sign in to comment.