86 Commits

Author SHA1 Message Date
17a445a230 Bot will now exit after the migration 2025-05-19 22:06:37 +02:00
126dfa8b30 Closes #19 2025-05-19 22:05:38 +02:00
294a57338e Bump version to 1.0.1 2025-05-06 23:53:08 +02:00
c0451de27a Fixed wrong string conversions during caching on PycordUser 2025-05-06 22:45:06 +02:00
5f9ef163e1 Bump version to 1.0.0 2025-05-06 20:33:50 +02:00
8d60d8aef5 Fixed formatting and typos 2025-05-06 20:29:49 +02:00
3700e4055d Fixed formatting in README 2025-05-06 20:28:42 +02:00
e7c719312f Completed the README documentation for #4 2025-05-06 20:24:02 +02:00
96c1314234 Closes #13 2025-05-06 20:16:44 +02:00
d1498f38e9 WIP: BaseCacheable 2025-05-06 13:39:37 +02:00
86c75d06fa Worked on #13 and #4. There are some caching issues left, though. Introduced abstract class Cacheable. Replaced async_pymongo with pymongo 2025-05-06 02:54:30 +02:00
9d562e2e9d Closes #14 2025-05-04 22:30:54 +02:00
6b5a276f00 Documented PycordGuild and partially documented PycordEventStage (#4) 2025-05-04 01:07:28 +02:00
134533e342 Added instructions for upgrading from release and source 2025-05-04 00:48:19 +02:00
498d822e09 Fixed wrong _ being used 2025-05-03 17:00:45 +02:00
44e144801d Added installation and usage instructions 2025-05-03 17:00:21 +02:00
798f5ac529 Fixed prefer_emojis missing from __slots__ in PycordGuild 2025-05-03 01:09:11 +02:00
f2e01e3b85 Fixed i18n for PycordBot 2025-05-03 01:07:24 +02:00
2d9bf1cfb9 Introduced prefer_emojis for PycordGuild 2025-05-03 00:55:13 +02:00
aa2f90e1c5 Introduced i18n to utility modules 2025-05-03 00:45:22 +02:00
34a506466d Introduced i18n to CogStage 2025-05-03 00:38:13 +02:00
327dcba544 Introduced i18n to CogEvent 2025-05-03 00:33:49 +02:00
fa200ef92d Introduced i18n for "/user update_channels" 2025-05-02 14:18:58 +02:00
3dcae36dec Implemented "/user update_channels" (#10) 2025-05-02 14:07:00 +02:00
5507295b1b Fixed handling of event dates (for #2) 2025-05-02 12:20:24 +02:00
80eae3f1b1 Closes #11 2025-05-02 12:01:23 +02:00
390145ca0e Added i18n to the jailing mechanism 2025-04-29 16:47:15 +02:00
137ecffcf7 Optimized imports 2025-04-29 13:54:17 +02:00
efb9ae55ef Completion message sent to admins will now include the event name 2025-04-29 13:53:38 +02:00
9d39b803f3 Improved error handling; Introduced i18n for /register, /unregister and /guess 2025-04-29 13:50:38 +02:00
28d6340847 Set min version of typing_extensions to 4.11.0 2025-04-29 12:18:33 +02:00
112387115f Slightly improved hardcoded messages 2025-04-29 01:04:50 +02:00
2e9ed41a2c Added Pycord speedups to requirements 2025-04-29 00:58:00 +02:00
2ccdd6406a Improved handling of larger event stages 2025-04-28 14:20:06 +02:00
c4ebd1b891 Added /status command 2025-04-28 13:06:55 +02:00
c96cb167b5 Fixed stage not being updated on guessing 2025-04-28 02:00:19 +02:00
22139aa486 Fixed some event-related issues and guessing 2025-04-28 01:51:43 +02:00
679d026286 Fixed category id not being provided 2025-04-28 01:33:24 +02:00
b9dbc9443b Fixed event validation 2025-04-28 01:27:46 +02:00
b212236b10 Fixed categories and some timestamps 2025-04-28 01:21:20 +02:00
99653c6fe1 Improved (still partial) i18n for /stage and /user 2025-04-27 22:30:21 +02:00
d41d41663f Fixed broken imports 2025-04-27 22:08:42 +02:00
11f0cc384a Changed line length to 108 in black 2025-04-27 22:06:35 +02:00
923173ebe8 Added a stub for #11 and slightly improved typing 2025-04-27 22:05:34 +02:00
9a5edbaa4d Introduced i18n for /event, /guess, /register and /unregister. Prepared other commands for i18n too 2025-04-27 22:04:14 +02:00
12a88d5a23 Fully documented and updated PycordEvent (#4) 2025-04-27 17:41:14 +02:00
638658af75 Added more custom exceptions and prepared everything for documentation 2025-04-27 12:39:30 +02:00
6b143d8a2d Implemented activities 2025-04-26 21:31:35 +02:00
e45a56835a Fixed messages about not created channels 2025-04-26 20:01:52 +02:00
64cd7b3bff Fixed a typo in argument name 2025-04-26 19:37:53 +02:00