mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Small .trans
fixes
This commit is contained in:
@@ -12,7 +12,7 @@ namespace NadekoBot.Modules.Searches
|
||||
public class TranslateCommands : NadekoSubmodule<ITranslateService>
|
||||
{
|
||||
[NadekoCommand, Aliases]
|
||||
public async Task Translate(string from, string to, [Leftover] string text = null)
|
||||
public async Task Translate(string from, string to, [Leftover] string text)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user