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.
- Host: GitHub
- URL: https://github.com/recloudstream/discord-commands
- Owner: recloudstream
- Created: 2023-01-13T09:34:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T18:28:06.000Z (about 3 years ago)
- Last Synced: 2025-01-04T14:41:59.123Z (over 1 year ago)
- Language: JavaScript
- Size: 767 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extensions
```js
module.exports = {
name: "marl",
//onlyUsers: [""],
async execute(message) {
message.channel.send({
//files: [""],
embeds: [{
}]
})
},
};
```