Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 515 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 515 Bytes

ILG Discord Bot

This repository contains the code for the Infosec Librarians Guild Discord Bot.

Contributing

We encourage contributions to this bot, so please feel free to fork, upgrade, test(!!!!), and PR content as you wish! The bot does not currently use a DB or any kind of back end, so setup consists of creating a file called config/secret.json with the following configuration:

{
	"token":"DISCORD_BOT_TOKEN"
}

The bot can then be run in a dev server as desired.