Add 1.21.1 chat support (#284)
Merge this without verification. Otherwise can't be reviewed in the further updates.
This commit is contained in:
@ -29,7 +29,7 @@ type Type struct {
|
||||
}
|
||||
|
||||
func (t *Type) Decorate(content Message, d *Decoration) (msg Message) {
|
||||
with := make([]Message, len(d.Parameters))
|
||||
with := make([]any, len(d.Parameters))
|
||||
for i, para := range d.Parameters {
|
||||
switch para {
|
||||
case "sender":
|
||||
|
Reference in New Issue
Block a user