Commit Graph

49 Commits

Author SHA1 Message Date
jcreek 400b34b9e4 fix(*): Hand edge cases for the start command 2020-11-21 14:26:11 +00:00
jcreek 7bf9ae00ee fix(*): Use prefix rather than command text for help and adminhelp commands 2020-11-20 00:00:59 +00:00
jcreek 4429e02b22 fix(*): Missed empty queue check for when a player leaves a queue they were the only one in 2020-11-19 23:36:13 +00:00
jcreek 49cd612f51 feat(*): Finish implementing start command 2020-11-19 23:24:59 +00:00
jcreek f6af7b4327 fix(*): Fix further missed lowercasing of channel names by Discord for text channels 2020-11-19 23:17:48 +00:00
Josh Creek 9700808773 feat(*): Add start command for voting to start the adventure before the queue is full 2020-11-19 22:53:45 +00:00
Josh Creek 857ee29e10 feat(*): Update help commands to use the correct command symbol from the config file rather than hard-coding one 2020-11-19 22:49:41 +00:00
jcreek d37b3f8225 fix(*): Fix bug where text channel names are automatically lowercased by Discord so couldn't be deleted if the username had capital letters 2020-11-18 19:15:57 +00:00
jcreek 6eb1bf5c8a fix(*): Fix broken channel deletion and add more helpful logs 2020-11-16 23:04:21 +00:00
jcreek 2d113f8a8b feat(*): Enable console logging even in production so Jord can see logs easily 2020-11-05 23:36:32 +00:00
jcreek 4bc416ec56 feat(*): Improve logging and error handling 2020-11-05 23:35:55 +00:00
jcreek e47ff9596b feat(*): Remove unused getCurrentDateAndTime function 2020-11-05 23:23:37 +00:00
jcreek 1dc17b49b9 fix(*): Further fixes to elasticsearch logging to get the stacktrace coming through correctly 2020-11-05 23:21:19 +00:00
jcreek 43778d360a fix(*): Make the elasticsearch logging render out log data correctly for filtering in kibana 2020-11-05 22:52:31 +00:00
jcreek 4e2c79614b feat(*): Implement winston-elasticsearch for logging to Elasticsearch 2020-11-05 16:55:16 +00:00
jcreek 76a3431512 feat(*): Add timestamps to logs 2020-10-29 19:20:49 +00:00
jcreek 3c5aa62d33 feat(*): Added logs for creating and deleting channels 2020-10-29 19:20:37 +00:00
jcreek 62d9df4dcb refactor(*): Delete channels using names not ids 2020-10-29 19:20:24 +00:00
jcreek 2a915d9b31 feat(*): Change the message text 2020-10-29 19:19:57 +00:00
jcreek f683386583 fix(*): Fix broken adventure channel deletion 2020-10-26 22:42:11 +00:00
jcreek 4035abf933 feat(*): Improve comment clarity 2020-10-26 22:24:23 +00:00
jcreek 22529d38a0 feat(*): Send DM message in new adventure channel 2020-10-26 22:24:07 +00:00
jcreek 9fc701406d feat(*): Add help and adminhelp commands 2020-10-26 22:09:49 +00:00
jcreek 0f5d9278eb fix(*): Fix wrong captain name in text channel 2020-10-26 18:14:24 +00:00
jcreek 69b24b8998 feat(*): Set delete channel timeout to use minutes, not seconds for production 2020-10-26 17:26:08 +00:00
jcreek 649c5fef77 feat(*): Remove redundant debugging console log 2020-10-26 17:04:58 +00:00
jcreek 7c742d8b48 feat(*): Add a queue player counter to the queue title 2020-10-26 16:46:28 +00:00
jcreek a80a4b8dfc fix(*): Ignore messages in DM with the bot 2020-10-26 16:42:08 +00:00
jcreek 065f808689 feat(*): Add config option to toggle auto deleting commands 2020-10-26 16:41:49 +00:00
jcreek 35e751b43f feat(*): Improve formatting 2020-10-26 16:36:28 +00:00
jcreek 54b1f60e11 fix(*): Fix bug with blank pokemon name and captain ign fields showing 2020-10-26 16:36:14 +00:00
jcreek 3718bd1737 fix(*): Fix adding a private text channel 2020-10-26 16:22:10 +00:00
jcreek 55c89fe988 fix(*): Fix bug with discord channel name formatting 2020-10-26 16:20:53 +00:00
jcreek 689f3ff4a1 fix(*): Padd generated code with leading zeros 2020-10-26 16:12:09 +00:00
jcreek 0c06dbd016 feat(*): Add command to delete adventure channel 2020-10-26 08:55:49 +00:00
jcreek 4ab02a6dda feat(*): Add functionality to create temp text channel for completed queue members 2020-10-26 08:55:32 +00:00
jcreek 11f55b7eb3 feat(*): Update commands description 2020-10-26 08:17:04 +00:00
jcreek 88794261b1 feat(*): Add pokemon name and captain name argument support 2020-10-26 08:10:03 +00:00
jcreek c779d3b788 refactor(*): Clarify comments 2020-10-26 00:18:57 +00:00
jcreek 0f068ec9fe feat(*): Clarified comments 2020-10-26 00:08:12 +00:00
jcreek 582e5f63ab feat(*): Added winston logs instead of console logs 2020-10-25 23:50:17 +00:00
jcreek d6e197902c feat(*): Add winston for logging 2020-10-25 23:46:10 +00:00
jcreek e5f9056c5e feat(*): Add command to remove a tagged user from the queue 2020-10-25 23:40:33 +00:00
jcreek a8c058f096 fix(*): Fix bug with wrong variable name 2020-10-25 23:40:03 +00:00
jcreek dd685f63b3 feat(*): Add working code to clear the queue 2020-10-25 23:21:19 +00:00
jcreek 601819b18d feat(*): Add console log for emptying queue 2020-10-25 23:18:22 +00:00
jcreek f5350de569 feat(*): Add working show queue command 2020-10-25 23:17:26 +00:00
jcreek bfa27d6cc1 feat(*): Add working add and leave queue commands 2020-10-25 23:17:08 +00:00
jcreek e76dd5e657 feat(*): Add base files 2020-10-25 22:17:33 +00:00