This commit is contained in:
2022-09-16 17:37:01 +03:00
parent 81cc6709d6
commit 113c64279f
38 changed files with 273 additions and 1944 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SlashCommands.Items
{
internal class Globals
{
internal static List<DBSlashCommand> commands = null;
}
}