Help part 2

This commit is contained in:
Karolis2011
2019-06-20 01:01:49 +03:00
parent ed5f4d729e
commit 8058bffba5
3 changed files with 62 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ using Discord.Addons.Interactive;
namespace EventBot.Modules
{
[RequireContext(ContextType.Guild)]
[Name("Event")]
public class EventModule : ModuleBase<SocketCommandContext>
{
private readonly EventManagementService _events;
@@ -55,6 +56,7 @@ namespace EventBot.Modules
[RequireUserPermission(GuildPermission.Administrator, Group = "Permission")]
[RequireOwner(Group = "Permission")]
[Group("event")]
[Name("Event management")]
public class EventManagementModule : InteractiveBase<SocketCommandContext>
{
private readonly EventManagementService _events;