fixed calcops

This commit is contained in:
Kwoth 2017-03-03 03:08:55 +01:00
parent ebe662594b
commit 2bd7080324

View File

@ -53,7 +53,7 @@ namespace NadekoBot.Modules.Utility
"GetHashCode", "GetHashCode",
"GetType" "GetType"
}); });
await Context.Channel.SendConfirmAsync(GetText("utility_calcops", Prefix), string.Join(", ", selection)); await Context.Channel.SendConfirmAsync(GetText("calcops", Prefix), string.Join(", ", selection));
} }
} }