mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-04-12 16:24:14 +00:00
Bot: Fixed invalid test breaking
This commit is contained in:
parent
771591e5eb
commit
d9a159d948
|
@ -33,7 +33,7 @@ func TestAdminOnly(t *testing.T) {
|
|||
var msg = &gateway.MessageCreateEvent{
|
||||
Message: discord.Message{
|
||||
ID: 1,
|
||||
ChannelID: 1337,
|
||||
ChannelID: 69420,
|
||||
Author: discord.User{ID: 69420},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue