Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.
/ bonsai Public archive

DEPRECATED - A Discord bot for calm, written in C++. Currently at v0.1.0.

Notifications You must be signed in to change notification settings

ThatNerdSquared/bonsai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bonsai: A Discord bot for calm.

This project is now deprecated as I'm focusing in on more impactful ventures. I've replaced it with Blossom - check that out if you're looking for something similar.

This project is in its very, very, early stages. Check back in later for a more polished bot that you can add to your server.

Dependencies

  • OpenSSL (brew install openssl on macOS)
  • Boost (brew install boost on macOS)
  • DPP (included as submodule)

Setup

brew install openssl
brew install boost
git clone --recurse-submodules https://github.com/ThatNerdSquared/bonsai.git
mkdir cmake-build-debug
cd cmake-build-debug
cmake ..
cmake --build .

Setup

Note: these instructions may or may not work. Did I mention the project was in its early stages? 😉

  1. Follow steps 1-3 here
git clone https://github.com/ThatNerdSquared/bonsai.git
npm ci
wrangler secret put APPLICATION_ID
# input your application ID when instructed
wrangler secret put APPLICATION_SECRET
# input your bot token when instructed
wrangler secret put PUBLIC_KEY
# input your application public key when instructed
npm run deploy

About

DEPRECATED - A Discord bot for calm, written in C++. Currently at v0.1.0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published