Add avatar credit for June
This commit is contained in:
parent
d5c6e2baac
commit
e8068cc1a9
@ -8,6 +8,7 @@ namespace PluralKit.Bot
|
|||||||
{
|
{
|
||||||
public class Help
|
public class Help
|
||||||
{
|
{
|
||||||
|
private const string AvatarCredit = "Avatar (for June) by @detective zikachu#8899";
|
||||||
public async Task HelpRoot(Context ctx)
|
public async Task HelpRoot(Context ctx)
|
||||||
{
|
{
|
||||||
await ctx.Reply(embed: new DiscordEmbedBuilder()
|
await ctx.Reply(embed: new DiscordEmbedBuilder()
|
||||||
@ -19,7 +20,7 @@ namespace PluralKit.Bot
|
|||||||
.AddField("Useful tips", $"React with {Emojis.Error} on a proxied message to delete it (only if you sent it!)\nReact with {Emojis.RedQuestion} on a proxied message to look up information about it (like who sent it)\nReact with {Emojis.Bell} on a proxied message to \"ping\" the sender\nType **`pk;invite`** to get a link to invite this bot to your own server!")
|
.AddField("Useful tips", $"React with {Emojis.Error} on a proxied message to delete it (only if you sent it!)\nReact with {Emojis.RedQuestion} on a proxied message to look up information about it (like who sent it)\nReact with {Emojis.Bell} on a proxied message to \"ping\" the sender\nType **`pk;invite`** to get a link to invite this bot to your own server!")
|
||||||
.AddField("More information", "For a full list of commands, see [the command list](https://pluralkit.me/commands).\nFor a more in-depth explanation of message proxying, see [the documentation](https://pluralkit.me/guide#proxying).\nIf you're an existing user of Tupperbox, type `pk;import` and attach a Tupperbox export file (from `tul!export`) to import your data from there.")
|
.AddField("More information", "For a full list of commands, see [the command list](https://pluralkit.me/commands).\nFor a more in-depth explanation of message proxying, see [the documentation](https://pluralkit.me/guide#proxying).\nIf you're an existing user of Tupperbox, type `pk;import` and attach a Tupperbox export file (from `tul!export`) to import your data from there.")
|
||||||
.AddField("Support server", "We also have a Discord server for support, discussion, suggestions, announcements, etc: https://discord.gg/PczBt78")
|
.AddField("Support server", "We also have a Discord server for support, discussion, suggestions, announcements, etc: https://discord.gg/PczBt78")
|
||||||
.WithFooter("By @Ske#6201 | GitHub: https://github.com/xSke/PluralKit/ | Website: https://pluralkit.me/")
|
.WithFooter($"By @Ske#6201 | Myriad by @Layl#8888 | {AvatarCredit} | GitHub: https://github.com/xSke/PluralKit/ | Website: https://pluralkit.me/")
|
||||||
.WithColor(DiscordUtils.Blue)
|
.WithColor(DiscordUtils.Blue)
|
||||||
.Build());
|
.Build());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user