mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 02:38:27 -04:00
Second iteration of source generated localized strings
- Strs renamed to strs - Generic params will now default to object instead of string for convenient argument passing - Many strings changed to use generated properties
This commit is contained in:
@@ -73,7 +73,7 @@ namespace NadekoBot.Modules.Searches
|
||||
{
|
||||
await ctx.Channel.EmbedAsync(_eb.Create()
|
||||
.WithOkColor()
|
||||
.WithDescription(GetText("feed_no_feed")))
|
||||
.WithDescription(GetText(strs.feed_no_feed)))
|
||||
.ConfigureAwait(false);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user