Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 681 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 681 Bytes

SignalsEverywhere_Services

A Discord bot to provide various services to SignalsEverywhere members.

The settings file is not included in the repo to keep the key safe. settings.txt goes in the Plugins folder and should look like this...

[FCC]
key = API KEY FOR DISCORD HERE

[Authorized_Roles]
role1 = Member
role2 = None
role3 = None
role4 = None

[Admin_Role]
adminrole = Admins

Cron script to restart

Just point a cron job at the restart_cron.sh file ensuring that the name fields inside it match the name you've given the container in docker. This will ensure that if the bot dies for any reason it'll come back up within 1min.