Skip to content

Commit

Permalink
fix: invalid function
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Oct 6, 2023
1 parent 379baaf commit 772bec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/discord/commands/staff/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exports.run = async (client, message, args) => {
if(message.author.id !== "853158265466257448") return;

try {
nodePing.fetchAll().then(data => console.log(data));
nodePing.all().then(data => console.log(data));

message.reply("Check console for data.");
} catch(err) {
Expand Down

0 comments on commit 772bec8

Please sign in to comment.