- Initial work on Dockerfile

- Updated README.md with more information
- Added some todos
This commit is contained in:
Kwoth
2021-07-18 09:16:42 +02:00
parent 971b5078b7
commit b84f40def6
7 changed files with 51 additions and 12 deletions

View File

@@ -11,6 +11,9 @@ using NadekoBot.Modules.Administration;
namespace NadekoBot.Services
{
// todo future use guild locale more in the code (from guild settings) (for dates, currency, etc?)
// todo future maybe Write a sourcegen for response strings
// and use const/static fields (maybe even typed to enforce correct number of arguments)
public class Localization : ILocalization, INService
{
private readonly BotConfigService _bss;