API: Fixed EditMessage test

This commit is contained in:
diamondburned (Forefront) 2020-05-12 17:29:22 -07:00
parent ae793848aa
commit 694c074902
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}