Skip to content

Latest commit

History

History
22 lines (14 loc) 路 577 Bytes

README.md

File metadata and controls

22 lines (14 loc) 路 577 Bytes

Setting up the Discord bot

I'll assume you know how to make a Discord Bot. Make a new bot or use an existing one.

You'll need the following:

  • The bot token.

  • A channel specifically made for talking to the bot, in a server that the bot is on.

Now go to the config.json

Fill in the discordBotToken and chatbotChannelID values (Note: The channel ID must be an int (a number, so no "s or 's around it))

Example:

{
    "discordBotToken": "cxcSCHJAJSCOIUASJCa.sdouichjSDOUSDVNCUSDCC834W9CMASZMXx",
    "chatbotChannelID": 5847389666483920
}