mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 02:00:09 +00:00
Fix link in system created message
This commit is contained in:
parent
466aea439e
commit
9394b14a38
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ namespace PluralKit.Bot.Commands
|
||||||
|
|
||||||
var system = await _data.CreateSystem(ctx.RemainderOrNull());
|
var system = await _data.CreateSystem(ctx.RemainderOrNull());
|
||||||
await _data.AddAccount(system, ctx.Author.Id);
|
await _data.AddAccount(system, ctx.Author.Id);
|
||||||
await ctx.Reply($"{Emojis.Success} Your system has been created. Type `pk;system` to view it, and type `pk;help` for more information about commands you can use now. Now that you have that set up, check out [the getting started guide on setting up members and proxies](https://pluralkit.me/start)!");
|
await ctx.Reply($"{Emojis.Success} Your system has been created. Type `pk;system` to view it, and type `pk;system help` for more information about commands you can use now. Now that you have that set up, check out the getting started guide on setting up members and proxies: <https://pluralkit.me/start>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue