We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab1375 commit 4712fe1Copy full SHA for 4712fe1
index.js
@@ -135,6 +135,7 @@ const init = async () => {
135
136
// This logs a message to the console once the bot has successfully logged in.
137
client.once(Events.ClientReady, c => {
138
+ const packageinfo = require("./package.json");
139
const dversion = packageinfo.version;
140
const name = packageinfo.name;
141
console.log(`Ready! Logged in as ${c.user.tag}`);
0 commit comments