Skip to content

Instantly share code, notes, and snippets.

@limxuan
Created January 18, 2021 19:04
Show Gist options
  • Save limxuan/68ff520118c8e7f136d7a9b5d6257270 to your computer and use it in GitHub Desktop.
Save limxuan/68ff520118c8e7f136d7a9b5d6257270 to your computer and use it in GitHub Desktop.
{
"!djs": {
"prefix": "!djs",
"body": [
"const { Client, Message, MessageEmbed } = require('discord.js');\r",
"\r",
"module.exports = {\r",
" name: '',\r",
" /** \r",
" * @param {Client} client \r",
" * @param {Message} message \r",
" * @param {String[]} args \r",
" */\r",
" run: async(client, message, args) => {\r",
"\r",
" }\r",
"}"
],
"description": "[djs]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment