attempted to streamline by breaking functions into separate source
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const ping = require("../../../src/ping")
|
||||
|
||||
module.exports = {
|
||||
name: 'ping',
|
||||
description: 'dev tool',
|
||||
aliases: ['p'],
|
||||
async execute(message, args) {
|
||||
return ping(message, args, 'legacy')
|
||||
}}
|
||||
Reference in New Issue
Block a user