Commit Graph

  • 0ffd8f15a3 refactor(*): Move command functions into commands.js main jcreek 2021-02-28 13:11:57 +00:00
  • 57421bb33c refactor(*): Move helper methods into helpers.js jcreek 2021-02-28 13:11:26 +00:00
  • 3f6eab8e11 refactor(*): Move logger code into logger.js jcreek 2021-02-28 10:07:24 +00:00
  • fa1fada289 fix(*): Add log and try catch loop to prevent getting a user from a mention throwing uncleanly 1.4.1 jcreek 2021-02-28 09:54:16 +00:00
  • eea9841481 feat(*): Clean up whitespace jcreek 2021-02-28 09:52:57 +00:00
  • 5f875bc91d feat(*): Replace some key messages with embed messages jcreek 2020-12-13 21:23:57 +00:00
  • dadc08d94c feat(*): Add helpers file with sendEmbedMessage function jcreek 2020-12-13 21:23:40 +00:00
  • 73906e1957 fix(*): Clear pokemon name and captain name when using the clear queue command jcreek 2020-11-29 18:34:49 +00:00
  • 84a8f2c22c fix(*): Clear pokemon name and captain ign when filling a queue jcreek 2020-11-29 18:25:36 +00:00
  • c6333e7d06 feat(*): Disable the automatic channel deletion jcreek 2020-11-22 10:29:08 +00:00
  • 36366499ed feat(*): Add manual update instructions to readme jcreek 2020-11-21 15:08:57 +00:00
  • 95e9003ce7 feat(*): Add future feature suggestions section to readme jcreek 2020-11-21 15:08:23 +00:00
  • 02dc03e5ef fix(*): Enable users with spaces in their username to delete their adventure channels jcreek 2020-11-21 14:38:50 +00:00
  • d901ee4672 fix(*): Hand edge cases for the start command jcreek 2020-11-21 14:26:11 +00:00
  • 6865d021a3 fix(*): Use prefix rather than command text for help and adminhelp commands jcreek 2020-11-20 00:00:59 +00:00
  • c8dbcd9120 fix(*): Missed empty queue check for when a player leaves a queue they were the only one in jcreek 2020-11-19 23:36:13 +00:00
  • df6211d5e4 feat(*): Finish implementing start command jcreek 2020-11-19 23:24:59 +00:00
  • 17a8f98ca3 fix(*): Fix further missed lowercasing of channel names by Discord for text channels jcreek 2020-11-19 23:17:48 +00:00
  • 8d7df9d4ec feat(*): Remove potential feature from readme as it has been implemented Josh Creek 2020-11-19 22:55:58 +00:00
  • 2e5c468c8f feat(*): Add start command for voting to start the adventure before the queue is full Josh Creek 2020-11-19 22:53:45 +00:00
  • 3d51cc1551 feat(*): Update help commands to use the correct command symbol from the config file rather than hard-coding one Josh Creek 2020-11-19 22:49:41 +00:00
  • be885bc286 fix(*): Fix bug where text channel names are automatically lowercased by Discord so couldn't be deleted if the username had capital letters jcreek 2020-11-18 19:15:57 +00:00
  • f127e09858 fix(*): Fix broken channel deletion and add more helpful logs jcreek 2020-11-16 23:04:21 +00:00
  • 3191be31e1 feat(*): Add a dev token for debugging and testing in the dev discord jcreek 2021-02-14 19:08:57 +00:00
  • c48edec643 feat(*): Enable console logging even in production so Jord can see logs easily jcreek 2020-11-05 23:36:32 +00:00
  • c642d95335 feat(*): Improve logging and error handling jcreek 2020-11-05 23:35:55 +00:00
  • e08495bfc2 feat(*): Remove unused getCurrentDateAndTime function jcreek 2020-11-05 23:23:37 +00:00
  • 087fecf93a fix(*): Further fixes to elasticsearch logging to get the stacktrace coming through correctly jcreek 2020-11-05 23:21:19 +00:00
  • c3fcc15f06 fix(*): Make the elasticsearch logging render out log data correctly for filtering in kibana jcreek 2021-02-14 19:13:29 +00:00
  • 939a99b62d feat(*): Implement winston-elasticsearch for logging to Elasticsearch jcreek 2021-02-14 19:12:59 +00:00
  • 3aa3f7ac52 refactor(*): Move maxqueuesize to alphabetical order jcreek 2021-02-14 19:12:11 +00:00
  • 9459e2714c feat(*): Increase default channel delete time to 30 minutes jcreek 2020-10-26 22:10:09 +00:00
  • 6a3cec4a0e feat(*): Add config option to toggle auto deleting commands jcreek 2020-10-26 16:41:49 +00:00
  • be7ba9e28d feat(*): Add channel delete time to config file jcreek 2020-10-26 16:20:27 +00:00
  • c48c5f32a9 feat(*): Add config file content jcreek 2021-02-14 19:11:04 +00:00
  • 421858938c feat(*): Replace some key messages with embed messages 1.4.0 jcreek 2020-12-13 21:23:57 +00:00
  • 10536a87f1 feat(*): Add helpers file with sendEmbedMessage function jcreek 2020-12-13 21:23:40 +00:00
  • 482af77249 fix(*): Clear pokemon name and captain name when using the clear queue command 1.3.4 jcreek 2020-11-29 18:34:49 +00:00
  • 67566a6fea fix(*): Clear pokemon name and captain ign when filling a queue 1.3.3 jcreek 2020-11-29 18:25:36 +00:00
  • 628c063c15 feat(*): Disable the automatic channel deletion jcreek 2020-11-22 10:29:08 +00:00
  • 6cef805649 feat(*): Add manual update instructions to readme jcreek 2020-11-21 15:08:57 +00:00
  • 4133eae25d feat(*): Add future feature suggestions section to readme jcreek 2020-11-21 15:08:23 +00:00
  • e752d3ce80 fix(*): Enable users with spaces in their username to delete their adventure channels 1.3.2 jcreek 2020-11-21 14:38:50 +00:00
  • 400b34b9e4 fix(*): Hand edge cases for the start command 1.3.1 jcreek 2020-11-21 14:26:11 +00:00
  • 7bf9ae00ee fix(*): Use prefix rather than command text for help and adminhelp commands jcreek 2020-11-20 00:00:59 +00:00
  • 4429e02b22 fix(*): Missed empty queue check for when a player leaves a queue they were the only one in 1.3.0 jcreek 2020-11-19 23:36:13 +00:00
  • 49cd612f51 feat(*): Finish implementing start command jcreek 2020-11-19 23:24:59 +00:00
  • f6af7b4327 fix(*): Fix further missed lowercasing of channel names by Discord for text channels jcreek 2020-11-19 23:17:48 +00:00
  • 01768c5567 feat(*): Remove potential feature from readme as it has been implemented Josh Creek 2020-11-19 22:55:58 +00:00
  • 9700808773 feat(*): Add start command for voting to start the adventure before the queue is full Josh Creek 2020-11-19 22:53:45 +00:00
  • 857ee29e10 feat(*): Update help commands to use the correct command symbol from the config file rather than hard-coding one Josh Creek 2020-11-19 22:49:41 +00:00
  • d37b3f8225 fix(*): Fix bug where text channel names are automatically lowercased by Discord so couldn't be deleted if the username had capital letters v.1.2.0 jcreek 2020-11-18 19:15:57 +00:00
  • 6eb1bf5c8a fix(*): Fix broken channel deletion and add more helpful logs jcreek 2020-11-16 23:04:21 +00:00
  • f32441716f feat(*): Add a dev token for debugging and testing in the dev discord jcreek 2020-11-16 23:03:58 +00:00
  • 2d113f8a8b feat(*): Enable console logging even in production so Jord can see logs easily jcreek 2020-11-05 23:36:32 +00:00
  • 4bc416ec56 feat(*): Improve logging and error handling jcreek 2020-11-05 23:35:55 +00:00
  • e47ff9596b feat(*): Remove unused getCurrentDateAndTime function jcreek 2020-11-05 23:23:37 +00:00
  • 1dc17b49b9 fix(*): Further fixes to elasticsearch logging to get the stacktrace coming through correctly jcreek 2020-11-05 23:21:19 +00:00
  • 43778d360a fix(*): Make the elasticsearch logging render out log data correctly for filtering in kibana jcreek 2020-11-05 22:52:31 +00:00
  • 4e2c79614b feat(*): Implement winston-elasticsearch for logging to Elasticsearch jcreek 2020-11-05 16:55:16 +00:00
  • 76a3431512 feat(*): Add timestamps to logs v1.1.1 jcreek 2020-10-29 19:20:49 +00:00
  • 3c5aa62d33 feat(*): Added logs for creating and deleting channels jcreek 2020-10-29 19:20:37 +00:00
  • 62d9df4dcb refactor(*): Delete channels using names not ids jcreek 2020-10-29 19:20:24 +00:00
  • 2a915d9b31 feat(*): Change the message text jcreek 2020-10-29 19:19:57 +00:00
  • 54b30212c8 feat(*): Add v2.0 potential features section to readme jcreek 2020-10-27 00:01:20 +00:00
  • f683386583 fix(*): Fix broken adventure channel deletion v1.1.0 jcreek 2020-10-26 22:42:11 +00:00
  • 4035abf933 feat(*): Improve comment clarity jcreek 2020-10-26 22:24:23 +00:00
  • 22529d38a0 feat(*): Send DM message in new adventure channel jcreek 2020-10-26 22:24:07 +00:00
  • f4b55bcd11 feat(*): Add new help commands to readme jcreek 2020-10-26 22:11:07 +00:00
  • b4ee73da0e refactor(*): Move maxqueuesize to alphabetical order jcreek 2020-10-26 22:10:40 +00:00
  • fb2203308d feat(*): Increase default channel delete time to 30 minutes jcreek 2020-10-26 22:10:09 +00:00
  • 9fc701406d feat(*): Add help and adminhelp commands jcreek 2020-10-26 22:09:49 +00:00
  • 0f5d9278eb fix(*): Fix wrong captain name in text channel jcreek 2020-10-26 18:14:24 +00:00
  • 69b24b8998 feat(*): Set delete channel timeout to use minutes, not seconds for production v1.0 jcreek 2020-10-26 17:26:08 +00:00
  • 48e23eb2f2 feat(*): Update Docker information in readme file jcreek 2020-10-26 17:22:17 +00:00
  • ec20b01f99 feat(*): Set environment to production jcreek 2020-10-26 17:09:57 +00:00
  • 13c55859f6 feat(*): Specify node.js version to ensure compatibility jcreek 2020-10-26 17:09:40 +00:00
  • db7bd5c6eb feat(*): Specify versions of discord.js and winston to ensure future compatibility jcreek 2020-10-26 17:09:17 +00:00
  • 649c5fef77 feat(*): Remove redundant debugging console log jcreek 2020-10-26 17:04:58 +00:00
  • 6be016baf2 feat(*): Update readme file jcreek 2020-10-26 16:49:43 +00:00
  • 7c742d8b48 feat(*): Add a queue player counter to the queue title jcreek 2020-10-26 16:46:28 +00:00
  • a80a4b8dfc fix(*): Ignore messages in DM with the bot jcreek 2020-10-26 16:42:08 +00:00
  • 065f808689 feat(*): Add config option to toggle auto deleting commands jcreek 2020-10-26 16:41:49 +00:00
  • 35e751b43f feat(*): Improve formatting jcreek 2020-10-26 16:36:28 +00:00
  • 54b1f60e11 fix(*): Fix bug with blank pokemon name and captain ign fields showing jcreek 2020-10-26 16:36:14 +00:00
  • 3718bd1737 fix(*): Fix adding a private text channel jcreek 2020-10-26 16:22:10 +00:00
  • 55c89fe988 fix(*): Fix bug with discord channel name formatting jcreek 2020-10-26 16:20:53 +00:00
  • eb412928ea feat(*): Add channel delete time to config file jcreek 2020-10-26 16:20:27 +00:00
  • 689f3ff4a1 fix(*): Padd generated code with leading zeros jcreek 2020-10-26 16:12:09 +00:00
  • 0c06dbd016 feat(*): Add command to delete adventure channel jcreek 2020-10-26 08:55:49 +00:00
  • 4ab02a6dda feat(*): Add functionality to create temp text channel for completed queue members jcreek 2020-10-26 08:55:32 +00:00
  • 11f55b7eb3 feat(*): Update commands description jcreek 2020-10-26 08:17:04 +00:00
  • 88794261b1 feat(*): Add pokemon name and captain name argument support jcreek 2020-10-26 08:10:03 +00:00
  • fdfafc919b refactor(*): Clarify readme docker commands jcreek 2020-10-26 00:29:53 +00:00
  • 4d8f332a7d feat(*) Add v2.0 features list to readme jcreek 2020-10-26 00:24:25 +00:00
  • c779d3b788 refactor(*): Clarify comments jcreek 2020-10-26 00:18:57 +00:00
  • d2c94076d1 refactor(*): Clarify docker readme commands jcreek 2020-10-26 00:15:21 +00:00
  • b6e5bd34de feat(*): Add docker information to readme file jcreek 2020-10-26 00:11:20 +00:00
  • 136e32a1b9 feat(*): Add readme file jcreek 2020-10-26 00:11:03 +00:00
  • 0f068ec9fe feat(*): Clarified comments jcreek 2020-10-26 00:08:12 +00:00