mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:57:22 +01:00
remove old crap
This commit is contained in:
parent
e63f056c38
commit
cf3c41bf23
3 changed files with 17 additions and 901 deletions
|
|
@ -0,0 +1,15 @@
|
|||
using Discord;
|
||||
using Discord.Interactions;
|
||||
|
||||
namespace MareSynchronosServices.Discord;
|
||||
|
||||
// todo: remove all this crap at some point
|
||||
|
||||
public class LodestoneModal : IModal
|
||||
{
|
||||
public string Title => "Verify with Lodestone";
|
||||
|
||||
[InputLabel("Enter the Lodestone URL of your Character")]
|
||||
[ModalTextInput("lodestone_url", TextInputStyle.Short, "https://*.finalfantasyxiv.com/lodestone/character/<CHARACTERID>/")]
|
||||
public string LodestoneUrl { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue