Moved gm extensions and lavalink connection to start of ready, removed unused variable in stats
This commit is contained in:
parent
c141540a2a
commit
111b177968
2 changed files with 42 additions and 41 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue