markhamilton / disco-sandwich

Discord Sandwich Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SANDWICH BOT

This is a bot that makes sandwiches exports gifs of physics simulations of sandwich parts.

installation

You need to register the bot as an app in the discord API.

Here's the link to invite this bot to your discord: https://discordapp.com/oauth2/authorize?client_id=xxxxxxxxxxx&scope=bot&permissions=318528

Just replace the client_id.

Remember to save an auth.json file with your credentials in it like this:

{
	"token": "token data goes here"
}

usage

!sandwich help for commands.

Edit the json files under data/ to change the structure of the sandwich or add more ingredients.

The sandwich simulations get dumped in the output/ folder but it should clean up after the file is uploaded.

requirements

  • node
  • discord.js
  • node-canvas
  • node-box2d
  • gifencoder
  • winston
  • sqlite3
  • workerpool

contributing

Do whatever you want man.

More features and docs coming soon.

About

Discord Sandwich Bot


Languages

Language:JavaScript 100.0%