mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-09-02 23:57: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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
var key = cmd.Parameters[0].AsString();
|
||||
cmd.SendMessageAsync(serverTags.GetTag(key));
|
||||
cmd.SendMessageAsync(serverTags.GetTag(first));
|
||||
}
|
||||
|
||||
public static async Task GetTags(CommandRequest cmd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user