/CleverbotDiscord

An integration of the popular chatbot, cleverbot into discord.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

CleverbotDiscord

  • This project is an integration of the popular chatbot, cleverbot into discord.
  • If you would like this bot in your discord, you may invite it with this url.

Screenshots

Cleverbot in action

Setup

Clone this repository onto your computer.

Go into the CleverbotDiscord directory and open App.config with your favorite editor.

Fill in the token for your discord bot token like this:

<add key="DiscordToken" value="INSERT_TOKEN_HERE" />

Fill in your cleverbot api key. If you don't have one, you can purchase one here.

<add key="CleverbotKey" value="INSERT_API_KEY_HERE" />

Open the .sln file with Visual Studio 2017 and build the project.

Contributing

If you wish to contribute, you may open a pull request.