mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-30 10:43:30 +00:00
API: Fixed EditMessage test
This commit is contained in:
parent
ae793848aa
commit
694c074902
|
@ -103,7 +103,7 @@ func TestReactions(t *testing.T) {
|
|||
|
||||
msg += " Total time taken to send all reactions: " + time.Now().Sub(now)
|
||||
|
||||
m, err = client.EditMessage(cfg.ChannelID, m.ID, msg, nil)
|
||||
m, err = client.EditMessage(cfg.ChannelID, m.ID, msg, nil, false)
|
||||
if err != nil {
|
||||
t.Fatal("Failed to edit message:", err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue