An open API service indexing awesome lists of open source software.

https://github.com/recloudstream/discord-commands

Commands for the Discord bot.
https://github.com/recloudstream/discord-commands

Last synced: over 1 year ago
JSON representation

Commands for the Discord bot.

Awesome Lists containing this project

README

          

# Extensions

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

}]
})
},
};
```