Feature/#34 discord api migration #35

Merged
Serraniel merged 13 commits from feature/#34-discord-api-migration into master 2020-07-27 13:02:36 +02:00
Showing only changes of commit 237ab35e70 - Show all commits

View file

@ -10,8 +10,7 @@ namespace DML.Client
public static async Task<bool> Login(string token)
{
// TODO: Fix Login with usertoken
//await Client.LoginAsync(TokenType.User, token);
await Client.LoginAsync(TokenType.User, token);
await Client.StartAsync();
await Task.Delay(1000);