From 38581563933a6283971cf21425a320e616cd24e9 Mon Sep 17 00:00:00 2001 From: Tudor Andrei Date: Sun, 22 Oct 2023 12:52:52 +0300 Subject: [PATCH] Made Entry Class static --- DiscordBot/Entry.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordBot/Entry.cs b/DiscordBot/Entry.cs index f30a642..e3056be 100644 --- a/DiscordBot/Entry.cs +++ b/DiscordBot/Entry.cs @@ -4,7 +4,7 @@ using System.Reflection; namespace DiscordBot; -public class Entry +public static class Entry { public static void Main(string[] args) {