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

Commit fcb1600

Browse files
authored
debug
1 parent 58602ad commit fcb1600

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

registerCommands.js

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

6+
const privateKey = fs.readFileSync('/keys/private_key.pem', 'utf8');
7+
8+
console.log(privateKey)
9+
610
const token = process.env.DISCORD_TOKEN;
711
const clientId = process.env.DISCORD_CLIENT_ID;
812
const guildId = process.env.DISCORD_GUILD_ID;

0 commit comments

Comments
 (0)