mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-09-04 16:37:19 +00:00
Tags are always a single word, parse them as such
This commit is contained in:
parent
0d538ad703
commit
dd177fa012
@ -235,10 +235,7 @@ namespace DeukBot4.MessageHandlers.CommandHandler
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cmd.SendMessageAsync(serverTags.GetTag(first));
|
||||||
|
|
||||||
var key = cmd.Parameters[0].AsString();
|
|
||||||
cmd.SendMessageAsync(serverTags.GetTag(key));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static async Task GetTags(CommandRequest cmd)
|
public static async Task GetTags(CommandRequest cmd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user