Skip to content

Commit

Permalink
Update registerCommands.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Nov 30, 2024
1 parent df61401 commit 4442f1b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions registerCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ const fs = require("node:fs");
const path = require("node:path");
require("dotenv").config();

const privateKey = fs.readFileSync('/keys/public_key.pem', 'utf8');
console.log(privateKey)

const token = process.env.DISCORD_TOKEN;
const clientId = process.env.DISCORD_CLIENT_ID;
const guildId = process.env.DISCORD_GUILD_ID;
Expand Down

0 comments on commit 4442f1b

Please sign in to comment.