Discord Random Messager
This is a simple app for sending randomized messages whenever the !random
command is used.
Getting started
- Install the app and set your
PREFIX
value to whatever you want.
- Link your Discord account and boom! You're ready to go!
- Go to any channel in your Discord server and type
!random
(if you set a different prefix then use that)
Adding more answers
Adding more answers is pretty simple. Go to /functions/events/discord/message/create.js
and find this block of code:
let messagePrompts = [
'I think dogs should be allowed to vote! π',
'Pineapple on pizza is kinda gross. π€’',
'A hotdog is indeed a sandwich. π',
];
To add another answer, just add a new line between let messagePrompts = [
and ]
and write your message.
Once you're happy with your message list, hit the orange Save button. Once saved your bot will now respond with
one of your messages at random.
Enjoy! π