fixed questcommands showing up as a module
This commit is contained in:
parent
c7519baff9
commit
3838adf5d9
1 changed files with 35 additions and 30 deletions
|
@ -1,7 +1,11 @@
|
|||
namespace EllieBot.Modules.Games.Quests;
|
||||
using EllieBot.Modules.Games.Quests;
|
||||
|
||||
public class QuestCommands : EllieModule<QuestService>
|
||||
namespace EllieBot.Modules.Games;
|
||||
|
||||
public partial class Games
|
||||
{
|
||||
public class QuestCommands : EllieModule<QuestService>
|
||||
{
|
||||
[Cmd]
|
||||
public async Task QuestLog()
|
||||
{
|
||||
|
@ -35,4 +39,5 @@ public class QuestCommands : EllieModule<QuestService>
|
|||
|
||||
await Response().Embed(embed).SendAsync();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue