Commands for the Discord bot.
- JavaScript 100%
|
|
||
|---|---|---|
| .github/workflows | ok @AbdullahM0hamed here's the fix | |
| commands | Update anime.js | |
| events_src | Update welcome.js | |
| README.md | workflow | |
Extensions
module.exports = {
name: "marl",
//onlyUsers: [""],
async execute(message) {
message.channel.send({
//files: [""],
embeds: [{
}]
})
},
};