mirror of
https://github.com/Stone-Red-Code/Discord_Simple-Embed-Bot.git
synced 2026-09-07 23:40:05 +02:00
Added description
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -53,6 +53,10 @@ namespace Discord_Simple_Embed_Bot
|
|||||||
Color = Color.Blue,
|
Color = Color.Blue,
|
||||||
Description = $"Use `{prefix} help` to list all commands."
|
Description = $"Use `{prefix} help` to list all commands."
|
||||||
};
|
};
|
||||||
|
eb.AddField("About", "GuardDog is a bot that makes it very simple to post custom embeds");
|
||||||
|
eb.AddField("Contributors", "Stone_Red#2890");
|
||||||
|
eb.AddField("GitHub", "https://github.com/Stone-Red-Code/Discord_Simple-Embed-Bot");
|
||||||
|
eb.AddField("Invite", "https://discord.com/api/oauth2/authorize?client_id=808830741546008577&permissions=26624&scope=bot");
|
||||||
await message.Channel.SendMessageAsync("", false, eb.Build());
|
await message.Channel.SendMessageAsync("", false, eb.Build());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ namespace Discord_Simple_Embed_Bot
|
|||||||
efb.IsInline = true;
|
efb.IsInline = true;
|
||||||
efb.Name = line.Remove(0, 2);
|
efb.Name = line.Remove(0, 2);
|
||||||
}
|
}
|
||||||
else if (efb is not null && !string.IsNullOrWhiteSpace(line))
|
else if (efb is not null)
|
||||||
{
|
{
|
||||||
efb.Value += line + "\n";
|
efb.Value += line + "\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user