Skip to content

Instantly share code, notes, and snippets.

View jebikoh's full-sized avatar
🔥
:)

Jayden E. jebikoh

🔥
:)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jebikoh on github.
  • I am jebikoh (https://keybase.io/jebikoh) on keybase.
  • I have a public key ASBaRZeMHs_pbKI4W4y-k7rtCG-ZeAjjoan9hRDP6RtImQo

To claim this, I am signing this object:

const { prefix } = require('../../config.json');
const commandConfig = require('../../commands.json');
const Discord = require('discord.js');
const fs = require('fs');
module.exports = {
name: 'help',
description: 'Lists all commands, or specific info for a command',
aliases: ['commands'],
usage: '[command name]',
const { prefix } = require('../../config.json');
const commandConfig = require('../../commands.json');
const Discord = require('discord.js');
const fs = require('fs');
module.exports = {
name: 'help',
description: 'Lists all commands, or specific info for a command',
aliases: ['commands'],
usage: '[command name]',