Files
SethDiscordBot/SlashCommands/Items/Globals.cs
2022-09-16 17:37:01 +03:00

14 lines
255 B
C#

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;
}
}