Replies

GitHub Version

Important

Needed permissions:

message permissions

Assuming you done all the steps here. You are ready to get started with your fresh new bot.

You can now use

discordReply('WakeWord', 'Reply');

If you want your bot to reply to “!hello”, this is how it would be laid out:

const { discordReply } = require('./BB-DBotBits/discordReplies.js');

discordReply('!Hello', 'Hello there how are you today?');

Looking for embeds?