mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-04-09 06:09:39 +00:00
12 lines
217 B
C#
12 lines
217 B
C#
using Discord.Commands;
|
|
|
|
namespace Lunaris2.Helpers
|
|
{
|
|
public static class CommandServiceSetup
|
|
{
|
|
public static CommandService Setup()
|
|
{
|
|
return new CommandService();
|
|
}
|
|
}
|
|
} |