If someone wants to write up an explanation on how to copy paste from showdown, that'd be awesome.
If you think you can do it text based (with one image max) on discord, that's fine. Otherwise we might want to create a static webpage for it (thoughts?)
How to Edit:
In the file RegistrationCommands.cs on line 56 (as of 6ff29281eb9eb072fc1c583963951192d0a52f12)
replace
await channel.SendMessageAsync("TODO: Add / Link to explanation");
with
await channel.SendMessageAsync("", false, new EmbedBuilder()
{
Color = Color.Blue,
Title = "☆ BulbaLeague Signups ☆",
Description = "REPLACE THIS TEXT WITH YOUR EXPLANATION" }
});
or post the text here / on discord and ask Dylan / Saph to add it.
Disclaimer: I will be making a full guide on how to help out with the bot later.
If someone wants to write up an explanation on how to copy paste from showdown, that'd be awesome.
If you think you can do it text based (with one image max) on discord, that's fine. Otherwise we might want to create a static webpage for it (thoughts?)
How to Edit:
In the file
RegistrationCommands.cs
on line 56 (as of 6ff29281eb9eb072fc1c583963951192d0a52f12) replacewith
or post the text here / on discord and ask Dylan / Saph to add it.
Disclaimer: I will be making a full guide on how to help out with the bot later.