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

Commit df61401

Browse files
authored
Update registerCommands.js
1 parent a588bf9 commit df61401

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

registerCommands.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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+
69
const token = process.env.DISCORD_TOKEN;
710
const clientId = process.env.DISCORD_CLIENT_ID;
811
const guildId = process.env.DISCORD_GUILD_ID;

0 commit comments

Comments
 (0)