mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:07:23 +01:00
bind interaction to module
This commit is contained in:
parent
feb3cf328f
commit
54dd0b0f6e
4 changed files with 10 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ using MareSynchronosServices.Identity;
|
|||
|
||||
namespace MareSynchronosServices.Discord;
|
||||
|
||||
internal class LodestoneModal : IModal
|
||||
public class LodestoneModal : IModal
|
||||
{
|
||||
public string Title => "Verify with Lodestone";
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ internal class LodestoneModal : IModal
|
|||
public string LodestoneUrl { get; set; }
|
||||
}
|
||||
|
||||
internal class MareModule : InteractionModuleBase
|
||||
public class MareModule : InteractionModuleBase
|
||||
{
|
||||
private readonly IServiceProvider _services;
|
||||
private readonly DiscordBotServices _botServices;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue