4
0
Fork
You've already forked discord-commands
0
Commands for the Discord bot.
  • JavaScript 100%
Find a file
2023年03月04日 17:52:27 +06:00
.github/workflows ok @AbdullahM0hamed here's the fix 2023年02月20日 14:39:44 +01:00
commands Update anime.js 2023年03月04日 17:52:27 +06:00
events_src Update welcome.js 2023年02月21日 20:43:54 +01:00
README.md workflow 2023年01月13日 17:17:54 +01:00

Extensions

module.exports = {
 name: "marl",
 //onlyUsers: [""],
 async execute(message) {
 message.channel.send({
 //files: [""],
 embeds: [{
 }]
 })
 },
};