mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
remove rest of the parsing in csharp bot
This commit is contained in:
parent
15ffd16c01
commit
479e0a59b5
35 changed files with 242 additions and 409 deletions
|
|
@ -26,7 +26,7 @@ public class SystemFront
|
|||
await ctx.Reply(embed: await _embeds.CreateFronterEmbed(sw, ctx.Zone, ctx.LookupContextFor(system.Id)));
|
||||
}
|
||||
|
||||
public async Task FrontHistory(Context ctx, PKSystem system, bool clear = false)
|
||||
public async Task FrontHistory(Context ctx, PKSystem system, bool showMemberId, bool clear = false)
|
||||
{
|
||||
if (clear)
|
||||
{
|
||||
|
|
@ -55,8 +55,6 @@ public class SystemFront
|
|||
embedTitle = $"Front history of {guildSettings.DisplayName} (`{system.Hid}`)";
|
||||
}
|
||||
|
||||
var showMemberId = ctx.MatchFlag("with-id", "wid");
|
||||
|
||||
await ctx.Paginate(
|
||||
sws,
|
||||
totalSwitches,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue