This commit is contained in:
ApfelTeeSaft
2023-09-13 23:57:39 +02:00
parent 2007817d45
commit abdc0ba881
+1
View File
@@ -13,6 +13,7 @@ class Program
private static async Task Main(string[] args)
{
// Ask the user for the bot token
Console.Title = "Made with ❤️ by apfelteesaft";
Console.Write("Enter your bot's token: ");
string token = Console.ReadLine();