34 Commits

Author SHA1 Message Date
Olly 01ef3cfb02 Merge pull request #5 from jcreek/add-command-disabling
feat(*): Add functionality to enable and disable moderator commands
2021-02-22 20:59:11 +00:00
jcreek 202d22b28b feat(*): Add functionality to enable and disable moderator commands 2021-02-21 10:23:05 +00:00
Olly Nicholass e6950df529 feat(*): Restrict ud command to the adult channel 1.2.0 2021-01-29 23:16:30 +00:00
jcreek 39cb0521fe fix(*): Add back in missing brackets 1.1.1 2021-01-29 19:44:39 +00:00
jcreek 4b72345fb4 feat(*): Add daily dilbert comic functionality 1.1.0 2021-01-29 19:37:32 +00:00
jcreek bbe0464dd9 feat(*): Clean up indentation 2021-01-29 19:35:52 +00:00
jcreek 51a8fc9697 feat(*): Add ability to run functions at 8am every day 2021-01-29 19:35:19 +00:00
jcreek 6835154e9b feat(*): Change prefix to a less common one 1.0.0 2021-01-29 19:32:11 +00:00
Josh Creek 0449a21078 Merge pull request #1 from OllyNicholass/master
Add urban dictionary command, add arguments to the help command, and tweak the helper methods
2021-01-15 12:39:49 +00:00
Olly Nicholass 40553fd0af fix(*): Update ud command error message when making GET request 2021-01-15 12:25:43 +00:00
Olly Nicholass 0cfaf2c240 fix(*): Update syntax of ud command to use const 2021-01-15 12:24:51 +00:00
Olly Nicholass 8a68c6c8d5 fix(*): Correct comment for ud command get request 2021-01-15 12:23:26 +00:00
Olly Nicholass 39c34fbce1 fix(*): Rename sendEmbedMessage to generateEmbedMessage 2021-01-15 12:21:55 +00:00
Olly Nicholass 8fbef4dd84 fix(*): Correct indentation in helper.js 2021-01-15 12:20:41 +00:00
Olly Nicholass 28b54e10fa feat(*): Add arguments to help command 2021-01-15 11:55:47 +00:00
Olly Nicholass 2e70031183 feat(*): Add urban dictionary command 2021-01-15 11:42:02 +00:00
Olly Nicholass 245903b620 feat(*): Change embed helper to return for more flexibilty 2021-01-15 11:41:35 +00:00
Olly Nicholass 853b934607 feat(*): Add trim helper function 2021-01-15 11:18:49 +00:00
Olly Nicholass 513d0aebd8 feat(*): Add Axios package to talk with APIs 2021-01-15 09:51:57 +00:00
jcreek 25f297b0d8 feat(*): Add feature suggestions to readme 2021-01-14 19:42:15 +00:00
jcreek f1cb82fdae feat(*): Add sendEmbedMessage helper method 2021-01-14 19:42:00 +00:00
jcreek 82b7504e04 feat(*): Add a response when someone tags the bot 2021-01-14 19:32:05 +00:00
jcreek bc1f5df804 feat(*): Add Docker support 2021-01-14 18:10:49 +00:00
jcreek 0d144d18a0 feat(*): Update readme to clarify config.json privacy concerns 2021-01-14 17:59:11 +00:00
jcreek b11f4a0320 feat(*): Add index file to start logger, log in and handle message events 2021-01-14 17:51:04 +00:00
jcreek 6ed339ca26 feat(*): Add commands library 2021-01-14 17:48:48 +00:00
jcreek 07b50e5219 feat(*): Update readme with instructions for adding a command 2021-01-14 17:47:53 +00:00
jcreek d12a9d7cb9 feat(*): Update readme with instructions for contributing 2021-01-14 17:47:48 +00:00
jcreek a2f0f79d58 feat(*): Add github url to config 2021-01-14 17:37:42 +00:00
jcreek e27a470712 feat(*): Add initialiseLogger method 2021-01-14 17:09:39 +00:00
jcreek 8cb524249a feat(*): Add config file 2021-01-14 17:07:35 +00:00
jcreek db7362390e feat(*): Add auto-formatting settings 2021-01-14 16:39:28 +00:00
jcreek 110d71a1f9 feat(*): Add base package files 2021-01-14 16:39:05 +00:00
Josh Creek de0d6cdfb0 Initial commit 2021-01-14 16:32:39 +00:00