mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 10:46:14 +10:00
changed over = to :, whoops
This commit is contained in:
@@ -2,12 +2,12 @@ const fs = require('fs')
|
||||
const Discord = require('discord.js')
|
||||
|
||||
module.exports = {
|
||||
name = "Help file",
|
||||
alias =['help', '?'],
|
||||
helptext = "Runs this help menu",
|
||||
permissions =['VIEW_CHANNEL'],
|
||||
args =['(general)/music/admin'],
|
||||
command = (client, msg) => {
|
||||
name: "Help file",
|
||||
alias: ['help', '?'],
|
||||
helptext: "Runs this help menu",
|
||||
permissions: ['VIEW_CHANNEL'],
|
||||
args: ['(general)/music/admin'],
|
||||
command: (client, msg) => {
|
||||
fs.readdir("./commands/", function (err, items) {
|
||||
var embed = new Discord.RichEmbed
|
||||
embed.color = 0x0ca9fe
|
||||
|
||||
Reference in New Issue
Block a user