|
|
cadf500400
|
Fixed some issues with SettingsDictionary
|
2024-04-19 00:57:28 +03:00 |
|
|
|
f32920c564
|
The slash commands can now use interactions
|
2024-04-17 17:45:35 +03:00 |
|
|
|
123e8e90a1
|
Fixed some null errors
|
2024-04-09 20:40:18 +03:00 |
|
|
|
1bb6d3b731
|
Small refactor
|
2024-04-01 01:35:20 +03:00 |
|
|
|
4dc5819c4e
|
The bot now checks for update
|
2024-04-01 01:33:45 +03:00 |
|
|
|
5d4fa6fba7
|
plugin list command now shows if the plugin is already installed.
|
2024-03-26 23:54:44 +02:00 |
|
|
|
e8822deeac
|
New UI page
|
2024-03-07 14:15:50 +02:00 |
|
|
|
0fccf706a1
|
Fixed some errors on SettingsDictionary
|
2024-03-03 15:07:06 +02:00 |
|
|
|
fd9cd49844
|
Deleting plugins is now available
|
2024-02-28 13:57:12 +02:00 |
|
|
|
3c3c6a1301
|
Updated
|
2024-02-27 22:20:25 +02:00 |
|
|
|
a2179787b9
|
Plugin Updater
|
2024-02-27 19:42:59 +02:00 |
|
|
|
ef7a2c0896
|
Formatted code and rebuilt PluginLoader
|
2024-02-27 11:07:27 +02:00 |
|
|
|
14f280baef
|
Moved to Json Database for online plugins
|
2024-02-26 23:36:19 +02:00 |
|
|
|
196fb6d3d1
|
Code formatting and renamed DBCommandExecutingArguments to DbCommandExecutingArguments
|
2024-02-24 23:22:02 +02:00 |
|
|
|
cc355d7d4f
|
Fixed some names
|
2023-12-27 18:24:32 +02:00 |
|
|
|
af90ae5fba
|
Added UI support for LINUX KDE Plasma
|
2023-12-27 18:03:26 +02:00 |
|
|
|
c8480b3c83
|
Added Channel to DBCommandExecutingArguments.cs
|
2023-12-17 17:14:48 +02:00 |
|
|
|
fe32ebc4d7
|
Fixed bug in linux version for downloading the first plugin only whatever the plugin name was
|
2023-12-17 16:44:52 +02:00 |
|
|
|
2280957ea9
|
Fixed some warnings
|
2023-11-21 22:07:28 +02:00 |
|
|
|
944d59d9a3
|
Reformatting code
|
2023-11-21 22:04:38 +02:00 |
|
|
|
79ecff971b
|
Playing with tests
|
2023-11-20 13:43:43 +02:00 |
|
|
|
1f0e6516fd
|
New SqlDatabase functions
|
2023-11-07 10:13:22 +02:00 |
|
|
|
692f3d8f8c
|
Merge remote-tracking branch 'origin/preview' into preview
|
2023-10-31 17:36:13 +02:00 |
|
|
|
6d41d51694
|
Added config to set the max concurrent downloads
|
2023-10-31 17:35:58 +02:00 |
|
|
|
5f23bdadcf
|
Fixed error on ubuntu downloading the wrong plugins
|
2023-10-30 11:07:59 +02:00 |
|
|
|
6279c5c3a9
|
Updated Logger and Created Command to change settings variables
|
2023-10-01 14:11:34 +03:00 |
|
|
|
f58a57c6cd
|
Improved logging.
|
2023-09-26 21:46:54 +03:00 |
|
|
|
89c4932cd7
|
Fixed plugin refresh command and added new method for executing tasks without return type in ConsoleUtilities
|
2023-09-25 22:06:42 +03:00 |
|
|
|
c577f625c2
|
New method to execute using a progress bar feedback on process
|
2023-09-18 23:54:04 +03:00 |
|
|
|
58624f4037
|
Improved download speed and started using Spectre.Console package
|
2023-09-18 23:13:44 +03:00 |
|
|
|
5e4f1ca35f
|
The plugin install command now automatically refreshes the installed plugins.
|
2023-09-07 14:43:10 +03:00 |
|
|
|
0d8fdb5904
|
Updated log manager
|
2023-09-07 13:28:49 +03:00 |
|
|
|
92a18e3495
|
Removed URLs file from bot config
|
2023-09-07 12:50:36 +03:00 |
|
|
|
e929646e8e
|
removed error when invalid plugin. It was called even when a typo was made
|
2023-08-15 16:42:13 +03:00 |
|
|
|
6315d13d18
|
Fixed Internal Actions to refresh after external actions are loaded
|
2023-08-15 16:17:32 +03:00 |
|
|
|
f3c3c7939c
|
Fixed some outputs in plugin manager
|
2023-08-06 17:37:02 +03:00 |
|
|
|
361ed37362
|
Reimplemented error handling for SettingsFile
|
2023-08-06 17:14:57 +03:00 |
|
|
|
41ad37b3bb
|
Fixed a bug when loading empty json file
|
2023-08-05 21:25:47 +03:00 |
|
|
|
b4f5e40f12
|
Moved items and reimplemented SettingsDictionary.cs
|
2023-08-01 21:28:44 +03:00 |
|
|
|
42e1fd917e
|
Removed some logs from console about json files that are opened
|
2023-07-31 22:10:26 +03:00 |
|
|
|
b3d6930142
|
Updated functions in Discord Bot
|
2023-07-30 22:26:43 +03:00 |
|
|
|
c1161a3bca
|
Bot no longer exits when a plugin fails to load
|
2023-07-20 11:32:15 +03:00 |
|
|
|
ac512e3a27
|
Updated display when installing a new plugin
|
2023-07-16 00:18:27 +03:00 |
|
|
|
730b628fe3
|
New method in archive manager and shortcut on exit command
|
2023-07-15 23:23:06 +03:00 |
|
|
|
e7688762b8
|
Moved to API v11 due to the discriminator removal from discord
|
2023-07-05 21:01:51 +03:00 |
|
|
|
a7a71bf49a
|
The logger now supports colors
|
2023-07-05 19:30:38 +03:00 |
|
|
|
298e557260
|
Fixed some text and added some missing texts to commands. Added new command to clear screen and formated code.
|
2023-07-03 14:39:50 +03:00 |
|
|
|
4a6a12baae
|
Moved to API v3.10.0
|
2023-06-26 14:55:54 +03:00 |
|
|
|
f1dda5da3c
|
Added new functions into Functions.cs and added help command for slash Commands.
|
2023-06-26 14:51:15 +03:00 |
|
|
|
3ab96e2d0d
|
Fixed some warnings
|
2023-06-25 21:35:53 +03:00 |
|