fixed calcops
This commit is contained in:
parent
ebe662594b
commit
2bd7080324
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user