Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 4442f1b

Browse files
authored
Update registerCommands.js
1 parent df61401 commit 4442f1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

registerCommands.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ const fs = require("node:fs");
33
const path = require("node:path");
44
require("dotenv").config();
55

6-
const privateKey = fs.readFileSync('/keys/public_key.pem', 'utf8');
7-
console.log(privateKey)
8-
96
const token = process.env.DISCORD_TOKEN;
107
const clientId = process.env.DISCORD_CLIENT_ID;
118
const guildId = process.env.DISCORD_GUILD_ID;

0 commit comments

Comments
 (0)