mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Changed (almost) all responses to make them use the new system instead of raw strings
- Fixed many invalid string keys
This commit is contained in:
@@ -40,7 +40,7 @@ namespace NadekoBot.Modules.Gambling
|
||||
GetEmbed
|
||||
).ConfigureAwait(false))
|
||||
{
|
||||
await ReplyErrorLocalizedAsync("start_event_fail").ConfigureAwait(false);
|
||||
await ReplyErrorLocalizedAsync(strs.start_event_fail).ConfigureAwait(false);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user