cooper25 / suggestionBot

Adds a thumbs up/thumbs down and thinking emoji to all messages in a #suggestions channel (except messages with / )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Suggestion Bot

How to set it up:

    1. Add your secret bot token to the config.json file.
    1. Create a suggestions channel.
    1. Copy the channel ID and paste it into config.json.
    1. Host your bot.

Custom Emotes:

This bot uses Discord.js, so all stuff is in JSON/JavaScript.

    1. Right click on the emoji you want, click "Open Link".
    1. Get the ID of the emoji.
    1. Change the emojis out for ":EMOJI_NAME:EMOJI_ID"

The code should look like this: message.react(":no:699677425331601409");


Important: If you're using your computer for hosting, type "node ." into the terminal to start the bot.

If you have any questions contact loertis#4335.

About

Adds a thumbs up/thumbs down and thinking emoji to all messages in a #suggestions channel (except messages with / )

License:MIT License


Languages

Language:JavaScript 100.0%