Commit graph

14 commits

Author SHA1 Message Date
Noi
a01aa15277 Bump version; update dependencies 2023-01-14 22:05:31 -08:00
Noi
e872ba36df Update dependencies 2022-12-30 22:07:21 -08:00
Noi
7c0c22a194 Merge branch 'main' into dev 2022-12-30 22:04:45 -08:00
Noi
8f9a541c50 Update dependencies, bump version 2022-08-31 21:23:28 -07:00
Noi
f8bc9a8227 Bump version 2022-08-09 18:43:55 -07:00
Noi
1b1c6720bb Update libraries and version 2022-06-29 21:56:28 -07:00
Noi
745fba06ab Switch to Entity Framework
Turned existing database setup into a migration, and all helper methods
were moved to the new class for easy migration to the new system.
2022-06-28 17:27:31 -07:00
Noi
5edc7ce9ab Remove 'last seen' filtering in list display, closes #7 2022-06-20 17:52:50 -07:00
Noi
7df718a4f4 Upgrade packages, downgrade Discord.Net to 3.5.0
Downgrade is due to a bug that prevents non-admin access to all slash commands by default
2022-05-15 21:17:26 -07:00
Noi
f8d5aef4aa Switch to Interaction Framework for slash commands 2022-05-06 21:38:36 -07:00
Noi
9f49e73540 Fix logging; change status message 2022-03-19 11:57:40 -07:00
Noi
12c421ef17 Implement slash commands
Functionality between existing text and new slash commands have been reimplemented, with common functionality between both methods moved to a common base class.
This may see another rewrite later to make use of the library's interactions framework.
2022-01-28 20:30:43 -08:00
Noi
5e02946502 Update dependencies 2022-01-04 14:48:35 -08:00
Noi
13e48c91b3 Rewrite to C#
This new code's structure and function is partially adapted from Birthday Bot and partially ported from the previous Python-based version of World Time.
This commit introduces very minor end-user changes and no new features.
2021-11-17 18:09:53 -08:00