diff --git a/test/Discord.Net.Tests/Tests.Migrations.cs b/test/Discord.Net.Tests/Tests.Migrations.cs index 23e55a737..2bd36220a 100644 --- a/test/Discord.Net.Tests/Tests.Migrations.cs +++ b/test/Discord.Net.Tests/Tests.Migrations.cs @@ -19,7 +19,7 @@ namespace Discord if (client == null) { client = new DiscordRestClient(); - await client.LoginAsync(TokenType.Bot, _config.Token, false).ConfigureAwait(false); + await client.LoginAsync(TokenType.Bot, _config.Token).ConfigureAwait(false); guild = await client.GetGuildAsync(_config.GuildId); }