Ok NOW i pushed everything

This commit is contained in:
Kwoth
2016-08-24 21:38:17 +02:00
parent b8110760aa
commit 7f20934311
13 changed files with 256 additions and 157 deletions

View File

@@ -43,7 +43,7 @@ namespace NadekoBot.Modules.Searches
[LocalizedCommand, LocalizedDescription, LocalizedSummary]
[RequireContext(ContextType.Guild)]
public async Task CalcOperations(IMessage msg)
public async Task CalcOps(IMessage msg)
{
StringBuilder builder = new StringBuilder();
var selection = typeof(Math).GetTypeInfo().GetMethods().Except(typeof(object).GetTypeInfo().GetMethods()).Select(x =>