mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-10-27 08:50:04 +00:00
Tags are always a single word, parse them as such
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user