mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
wip strings rework, experimenting, nothing works
This commit is contained in:
@@ -411,7 +411,7 @@ namespace NadekoBot.Modules.CustomReactions.Services
|
||||
{
|
||||
if (pc.Verbose)
|
||||
{
|
||||
var returnMsg = _strings.GetText("perm_prevent", sg.Id,
|
||||
var returnMsg = _strings.GetText(strs.perm_prevent, sg.Id,
|
||||
index + 1,
|
||||
Format.Bold(pc.Permissions[index].GetCommand(_cmd.GetPrefix(guild), sg)));
|
||||
|
||||
|
Reference in New Issue
Block a user