Removes debug code

This commit is contained in:
Deukhoofd 2018-10-15 17:42:04 +02:00
parent 071e4dd366
commit 0e1ca423e8
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ namespace DeukBot4
var channel = (ITextChannel)Client.GetChannel(169864553801318400);
var message = await channel.GetMessageAsync(499974464197623828);
Console.WriteLine(message);
}
}
}