Created
January 18, 2021 19:04
-
-
Save limxuan/68ff520118c8e7f136d7a9b5d6257270 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"!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