pigsflew / tataru-bot

Wind-Up Tataru Discord Bot
https://tataru.lode.fyi
GNU General Public License v3.0
3 stars 0 forks source link

Basic initial bot #1

Open pigsflew opened 4 years ago

pigsflew commented 4 years ago

Use a framework to build a discord bot that reads and responds to commands.

pigsflew commented 4 years ago

This uses discord.js commando to build out a simple call & response bot with the prefix "~".

Notes: currently storage is sqlite3 because it's supported out of box by commando, but i'd like to have it store associations, user profile info, and discord server settings, in a separate db to reduce risk of data loss and make it easier to expand if necessary.

TODO: