Moved gm extensions and lavalink connection to start of ready, removed unused variable in stats

This commit is contained in:
TheEssem 2020-07-02 10:33:27 -05:00
parent c141540a2a
commit 111b177968
2 changed files with 42 additions and 41 deletions

View file

@ -4,7 +4,7 @@ const moment = require("moment");
require("moment-duration-format");
const os = require("os");
exports.run = async (message) => {
exports.run = async () => {
const duration = moment.duration(client.uptime).format(" D [days], H [hrs], m [mins], s [secs]");
const embed = {
embed: {