Make GetDict private in the TranslationHandler
This commit is contained in:
parent
67add36e51
commit
b309f155be
2 changed files with 1 additions and 2 deletions
|
@ -127,7 +127,7 @@ namespace Geekbot.net.Lib.Localization
|
|||
return translation;
|
||||
}
|
||||
|
||||
public async Task<Dictionary<string, string>> GetDict(ICommandContext context)
|
||||
private async Task<Dictionary<string, string>> GetDict(ICommandContext context)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue