Skip to content

tumble1999/tumbot

Repository files navigation

Tumbot

Setting up

#Setup node
nvm install # this will use .nvmrc automatically
#setup yarn
npm install yarn --global
yarn
# setup config file
cp tumbot.base.json tumbot.json
# now edit tumbot.json

# start the bot
yarn start

Config Types

  • Global Config (tumbot.json)
  • Runtime Config (Dynamic Module Data)
  • Guild Config (Webpanel Settings)

Ideas (and the bots i origianly had the feature in)

Servers and Apps

  • Database
  • Discord Bot
  • Web Panel
  • Discord Auth Handler Server

Database Layout

  • Managers
    • Discord ID
    • Rank
  • Servers
    • Managers
  • Modules or Features

Hosting Options

  • Database - Either MongoDB Atlas
  • Web Panel - Hopefully GitHub Pages and Jekyll
  • Discord Bot - Raspberry Pi or Heroku

Stack

Frontend

  • TypeScript
  • Jekyll
  • React
  • SCSS
  • DiscordJS - Discord Bot

API

Backend

  • NodeJS
  • Yarn
  • GitHub Pages
  • Jekyll
  • Either Firebase or Supabase or MongoDB Atlas
  • Heroku or Raspberry Pi or Firebase or Supabase

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published