1
0
mirror of https://gitlab.com/Deukhoofd/DeukBot4.git synced 2025-09-02 23:57:19 +00:00

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

View File

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