aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat(discord): even more optional command cleanupHEADmainFuwn2021-07-052-0/+6
|
* feat(discord): cleanup more discord stuff on sigtermFuwn2021-07-052-1/+6
|
* feat(discord): cleanup commands on ctrl+cFuwn2021-07-051-2/+6
|
* feat(discord): rewrite in discordgo and migrate to application commandsFuwn2021-07-057-23/+102
|
* docs(utilities): add stackoverflow link to signal handlerFuwn2021-07-051-0/+2
|
* feat(munch): setup signal handlerFuwn2021-07-052-0/+27
| | | | | | | This commit adds a signal handler which detects Ctrl+Cs and then properly shuts down all of Munch. Before, only one of Munch's Goroutines would be shut down to the full leaving a dangling Goroutine, in this case; the Worlds bot.
* style(copyright): add header to hex.goFuwn2021-07-051-0/+3
|
* fix(config): enable sub-processes in example configFuwn2021-07-051-2/+2
|
* feat(munch): conditional sub-process spawning (worlds/ discord bot)Fuwn2021-07-052-10/+18
|
* refactor(utilities): move utilities to seperate packageFuwn2021-07-052-5/+7
|
* refactor(discord): move prefix to config fileFuwn2021-07-052-1/+2
|
* feat(discord): setup botFuwn2021-07-056-2/+107
|
* feat(munch): :star:Fuwn2021-07-0418-0/+1661