Skip to content

Instantly share code, notes, and snippets.

@AllGistsEqual
Created January 25, 2021 21:29
Show Gist options
  • Save AllGistsEqual/118fffcd74696cd5c48b2d2ed675e23c to your computer and use it in GitHub Desktop.
Save AllGistsEqual/118fffcd74696cd5c48b2d2ed675e23c to your computer and use it in GitHub Desktop.
// File: src/commands/who.js
const { name } = require('../../config.json')
module.exports = {
name: 'who',
description: 'Who is this helpful bot?!',
execute(message) {
message.channel.send(`My name is ${name} and I was created to serve!`)
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment