example-discord-commands
v1.0.0
Published
```javascript const setup = require("discord-simple-commands"); const commands = { ping: "ping", gm: "https://tenor.com/view/gm-gm-gm-gm-gm-spartans-gm-spartans-nft-gm-web3-gif-16672054081826993495", hi: "wasupp", };
Downloads
3
Readme
const setup = require("discord-simple-commands");
const commands = {
ping: "ping",
gm: "https://tenor.com/view/gm-gm-gm-gm-gm-spartans-gm-spartans-nft-gm-web3-gif-16672054081826993495",
hi: "wasupp",
};
const token = "";
// typeActivity : PLAYING, LISTENING, STREAMING, COMPETING, WATCHING
const activity = { setActivity: "WELCOME", typeActivity: "PLAYING" };
setup({ commands, token, activity });