Files
2023-03-11 08:45:22 -05:00

14 lines
197 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Discord_Client_Custom
{
internal class GuildObj
{
}
}