Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
/ discord_cleverbot Public archive

Discord Bot Provides a cleverbot which responds to chat messages

License

Notifications You must be signed in to change notification settings

msniveau/discord_cleverbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord_cleverbot

Simple cleverbot script running with nodejs

npmlicense


Install
git clone https://github.com/msniveau/discord_cleverbot.git
cd discord_cleverbot
npm install

Config
  • Rename the file config.ini.dist to config.ini
Discord
Cleverbot
  • Create a new token on the cleverbot website
  • Paste the access token in the config.ini
Run the bot

I'd recommend using the screen command to keep this window open

screen -dmS cleverbot npm start

Or if you want to use forever:

npm install forever -g
forever start client.js

Bring it up to your server

You can test the bot if you add this bot to your server To add your bot to your server, you can use the following url to select the server the bot should be running on:

discordapp.com/oauth2/authorize?client_id=clientid&scope=bot&permissions=0

Functions

The bot responds to every message in every channel which starts with "?". Normal messages will be ignored. Every channel has it's own conversation history

About

Discord Bot Provides a cleverbot which responds to chat messages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published