kebby / pouet-discord-bot

A bot to spam #pouet on demoscene discord with highly relevant pouet stuff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PouetDiscordBot

A bot to spam #pouet on demoscene discord with highly relevant pouet stuff.

Made with Typescript and discord.js

(yeah, I'm using Visual Studio. Sue me. It works without tho 😊 )

Building

"npm update" and "npm run build", basically

Running

You can do it, I trust you (Hint: "npm start"). First set up a bot at Discord and read the next section tho.

Config

You'll need a file called config.json in the same dir and it shall look a little like this:

{
  "bottoken": "the secret token that you won't even find in the commit history",
  "pouetchannel": "channel id to post into",
  "totm_minute": 5,
  "totm_maxrank": 10
}

About

A bot to spam #pouet on demoscene discord with highly relevant pouet stuff.

License:MIT License


Languages

Language:TypeScript 100.0%