Skip to content

Simple bot that'll reply to commands (prefix '>') and on_message() triggers specified in a Google Sheets.

License

Notifications You must be signed in to change notification settings

fda-tome/discord-chatbot

 
 

Repository files navigation

ChatBot - Cavalo Caminhão

A bot that interacts in the chat, performs counts and makes meeting reminders for the Discord platform

Environment and ToolsSteps to run and debugHow to contribute?

Environment and tools

Steps to run and debug

It's necessary to create a project on Heroku cloud server and import the repository there; to create a database on MongoDB (recommended Atlas) with the desired collections, name your cluster, databases and collection as discord-bot; to make spreadsheet with the commands and other with triggers; and start a new application on the Discord to generate your bot.

You need these .env files to connect all plataforms to run this bot project: a new application token on the Discord Developer Portal; your Google’s API credentials.env and .json (help in this video ); the MongoDB database URI. Replace them properly in the code.

The bot`ll reply to commands with prefixe ‘>’ and triggers on_message ( ) specified in a Google Sheets (you have to create ‘commands’ and ‘triggers’ worksheets’).

How to contribute

If you want to collaborate with the project, make a Fork and a descriptive Pull Request explain your moddifications.

Please, contact us if you find problems or have a suggestion to the project. We will be grateful for your help.


[email protected]

About

Simple bot that'll reply to commands (prefix '>') and on_message() triggers specified in a Google Sheets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%