mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-07-09 06:15:09 +00:00
Restructure
This commit is contained in:
15
Bot/Helpers/ClientReadyHandler.cs
Normal file
15
Bot/Helpers/ClientReadyHandler.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Threading.Tasks;
|
||||
using Discord.WebSocket;
|
||||
using Lunaris2.SlashCommand;
|
||||
|
||||
namespace Lunaris2.Helpers
|
||||
{
|
||||
public static class ClientReadyHandler
|
||||
{
|
||||
public static Task Client_Ready(this DiscordSocketClient client)
|
||||
{
|
||||
client.RegisterCommands();
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user