Added group support to help

This commit is contained in:
RogueException
2015-11-04 23:08:00 -04:00
parent 9efd4f812d
commit 5d548dca33
3 changed files with 41 additions and 23 deletions

View File

@@ -40,7 +40,7 @@ namespace Discord.Commands
startPosition = endPosition;
else
{
var newMap = map.GetMap(temp);
var newMap = map.GetItem(temp);
if (newMap != null)
{
map = newMap;