Skip to content

A SEEDS Bot for Discord to enable transactions and gratitude transfers

License

Notifications You must be signed in to change notification settings

JoinSEEDS/seeds-discord-bot

Repository files navigation

SEEDS Bot for Discord

Remix on Glitch

SEEDS Bot for Discord

It uses

  • Botkit: a handy bot building framework
  • Discord.js: a node module for connecting to the Discord API
  • Botkit Discord: A connector that allows you to use Bokit and Discord.js
  • Uptime Robot: A monitoring service that helps keep your bot running 24/7

The Code

assets

This is where you can add images, sound files, and other media.

public/client.js

This is the interactive code for the setup guide.

public/install.js

This is the interactive code for the install guide.

public/style.css

This is the styling for the install and setup guides

skills/hears.js

This is an Botkit skill for your bot allowing it to respond to certain words it "hears" on the server.

views/index.html

This is the basic webpage for the setup guide

views/install.html

This is the basic webpage for the install guide

.env

This is a file for storing secure info like API keys

.gitignore

Git is a "version control" system, which is a fancy way of saying it backs up a record of all your code. This file tells git not to back up certain files. For example .env we don't want it backing up because it contains secure info.

bot.js

This is the base code initializing the bot by giving it to the Discord Api key and telling it where the skills files are

guides.js

This contains the code that makes the guides accessible and interactive

package.json

This is a file that contains info about your project, like what node modules it should install

readme.md

This is this file! It's full of helpful info.

server.js

This contains the code that connects all the different pieces of the bot together so it can be started by package.json

Get Started

Remix this app and click show! The install guide will walk you all the steps needed.

I finished the install and setup guide!

Congrads! I bet you're excited to get started with customizing your bot

  • Head to skills/hears.js to learn how a Botkit skill works and how to customize it
  • Check out our Discord collection for some examples – feel free to copy the code into your own bot or remix them

About

A SEEDS Bot for Discord to enable transactions and gratitude transfers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published