Commit Graph

43 Commits (master)

Author SHA1 Message Date
Joey Hines 5adbf179e3 Wrapped location urls in escape sequence 2020-02-09 17:46:54 -06:00
Joey Hines 555b1fd3ee Added example start script and service file 2019-12-13 21:46:58 -06:00
Joey Hines bc6a77257f Fixed more error handling
+ I hate discord.py sometimes
2019-10-11 16:49:00 -05:00
Joey Hines 17c11d482b Use `\\` instead of a single `\` 2019-10-08 09:06:55 -05:00
Joey Hines 26df2923fd Fixed how scrubbing of pings in location information is handled
+ instead of putting a zero width unicode character, escape the `@`
2019-10-08 09:04:14 -05:00
Joey Hines aefa8873f2 Added an error messages for an unmatched quotation mark 2019-10-05 10:52:33 -05:00
Joey Hines 4858cccf2e Fixed error handling for commands that only use the default error msgs
+ Fixes errors from the `me` command
2019-10-02 08:21:24 -05:00
Joey Hines 6a45fe217a Fixed issue where users could register in PMs and with `me` 2019-09-29 07:47:45 -05:00
Joey Hines 79a5efa984 Changed how urls are handled 2019-09-27 16:00:28 -05:00
Joey Hines ab61beed29 Changed how the base url is handled 2019-09-27 15:17:27 -05:00
Joey Hines 8086156fed Fixed typo in `edit_pos` 2019-09-26 10:23:23 -05:00
Joey Hines 5146f2cb80 Cleaned up startup and made `?selling` prettier 2019-09-25 18:48:30 -05:00
Joey Hines cc03b0f0e6 Updated readme to point to the geoffrey bot docs 2019-08-21 12:50:37 -05:00
Joey Hines 42d958d22d Added basic support for permission_level on the commands 2019-08-19 16:56:51 -05:00
Joey Hines 3892debb02 Added mod commands back into Geoffrey
+ This a bit of a hack, will be redone with the command model refactor
2019-08-16 10:21:58 -05:00
Joey Hines 84ac092ffb Small refactor
+ renamed GeoffreyApiHelper to geoffrey_formatter
+ moved some utility functions to util
2019-07-26 18:17:46 -05:00
Joey Hines a5ba46388c Added number of days since restock to formatted_item_listing 2019-07-21 10:29:04 -05:00
Joey Hines 8a43f9b67e Added send_formatted_message function and cleaned up some help messages 2019-05-15 08:14:50 -05:00
Joey Hines 3946d29c2a Merge branch 'master' into format_scrubber 2019-05-15 07:58:28 -05:00
Joey Hines a346cb3eb9 Added find_farm command 2019-05-14 17:38:39 -05:00
Joey Hines 3911daa430 Fixed missing parameters not being handled on on_command_error 2019-05-14 08:02:14 -05:00
Joey Hines 21eb7f513c Fixed send_list and register command
+ send_list was updated to track the raw msg size
+ register was missing a format
2019-05-13 21:05:37 -05:00
Joey Hines 2bef9ec611 Formatting commands now scrubs for discord formatting
+ format_message scrubs for markdown characters and mentions and escapes
them
2019-05-13 13:02:29 -05:00
Joey Hines 7c29e6e9b0 Fixed register command and error user issue 2019-05-13 09:52:15 -05:00
Joey Hines 93fba48b15 Added add_attraction command 2019-05-13 09:49:47 -05:00
Joey Hines 83aa17f375 Fixed help command formatting 2019-05-11 11:57:44 -05:00
Joey Hines c0f9b5e883 Added market commands 2019-05-11 11:45:55 -05:00
Joey Hines 7cb9cee9a0 Updated readme 2019-05-10 16:34:37 -05:00
Joey Hines 0fee5135d8 Changed how errors are handled
+ removed a lot of copy/pasted code
+ errors handled mainly by run_command
+ on_command_error mainly for bot related errors, not Geoffrey errors
2019-05-10 16:22:10 -05:00
Joey Hines 78fb85cf17 Upgraded to discord.py v1.0 2019-04-10 14:08:39 -05:00
Joey Hines e63d00e967 Added town commands and fixed many bug in commands
+Added add_town, add_resident, remove_resident
+Fixed some bugs introduce by the last commit
+Error message now sends as one message
2019-02-16 21:21:29 -06:00
Joey Hines d6f2fd47f0 typo in error message 2019-02-02 10:34:30 -06:00
Joey Hines 5c0f43ed7b Added error message for DataError 2019-02-02 10:33:58 -06:00
Joey Hines f5a61e02c0 Cleaned up errors on shutdown 2019-02-02 10:20:32 -06:00
Joey Hines cb4a173508 Added add_owner command and made help messages more consistent 2019-02-02 10:12:58 -06:00
Joey Hines 0593318df5 Fixed error message in the delete command and added multiple owner formatting 2019-02-02 09:37:45 -06:00
Joey Hines a9fb0b1ce9 Updated some formating for multiple owners and exception traces are now sent to error_users 2019-01-31 13:56:50 -06:00
Joey Hines 299aa80364 Moved "I sent you some help in the dms" message to the help command 2019-01-27 20:53:13 -06:00
Joey Hines 6b426b348e Added help command 2019-01-27 20:35:17 -06:00
Joey Hines 7f45f78d62 removed cogs directory 2019-01-20 11:37:11 -06:00
Joey Hines 2cfe8aeab8 All v1.0 Geoffrey bot commands re-implemented 2019-01-14 14:20:16 -06:00
Joey Hines 29f2bab6d4 Moved the Geoffrey Discord bot to its own repo 2019-01-04 10:54:38 -06:00
Joey Hines 2ad56b2ede Initial commit 2019-01-04 17:31:40 +01:00