1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-12 13:16:42 +00:00

Bot: Fixed invalid test breaking

This commit is contained in:
diamondburned 2021-01-05 21:15:38 -08:00
parent 771591e5eb
commit d9a159d948

View file

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