mightypanders 10bc4ae5df
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update interfaces
2022-04-09 23:02:08 +02:00
2022-04-09 23:02:08 +02:00
2022-01-03 15:07:49 +01:00
2022-01-03 15:07:49 +01:00
2022-03-06 18:22:04 +01:00
2022-03-06 18:20:05 +01:00
2022-03-06 18:20:15 +01:00
2022-03-09 12:29:42 +01:00
2022-01-03 15:07:49 +01:00
2022-03-06 18:00:06 +01:00
2022-01-03 15:07:49 +01:00
2022-03-05 01:23:38 +01:00
2022-03-06 18:00:12 +01:00

Requirements

  • yarn
  • npm

Environment Variables

  • BOT_TOKEN -> acquire this from your Discord Application Page
  • GUILD_ID -> the guild this bot should be active in. Still needs to be determined manually for the moment.
  • CLIENT_ID -> not used right now

If you want to use this locally put these values into a file called .env in the project root.

BOT_TOKEN=<value here>
GUILD_ID=<value here>
CLIENT_ID=<value here>

Usage

  • Clone repo
  • cd into dir
  • yarn install

Building

  • yarn run build

Start local instance

  • yarn run watch for hot recompile on changes
  • yarn run monitor for hot reload on recompile

Start normal instance

  • yarn run start
Description
No description provided
Readme 188 KiB
Languages
TypeScript 98.1%
JavaScript 1%
Dockerfile 0.8%
Shell 0.1%