This project is no longer being maintained! You may continue using the snow.place website for comparisons.
Discord bot alternative to the snow.place website - compare Message snowflakes.
- Invite Bot
- Top.gg
- Use Snowplace at our website, snow.place
- Requires
Node.js 16.6.0
or newer
Clone this repo
git clone https://github.com/smuke/snowplace-bot
cd snowplace-bot
Install dependencies
npm install
yarn install
- NOTE: Refer to node-canvas wiki if having issues installing Canvas.
Create config.json
file
{
"token": "YOUR_BOT_TOKEN",
"topggToken": "TOP_GG_TOKEN",
"prefix": "YOUR_PREFIX"
}
Start the bot
node bot.js