mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-04-11 15:19:53 +00:00
Restructure
This commit is contained in:
12
Bot/Helpers/CommandServiceSetup.cs
Normal file
12
Bot/Helpers/CommandServiceSetup.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Discord.Commands;
|
||||
|
||||
namespace Lunaris2.Helpers
|
||||
{
|
||||
public static class CommandServiceSetup
|
||||
{
|
||||
public static CommandService Setup()
|
||||
{
|
||||
return new CommandService();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user