Skip to content

Commit

Permalink
removed help beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xubiod committed Nov 2, 2018
1 parent 749cc9f commit 7b262df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xubot/src/BetterHelp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public async Task helpbeta(int page = 1)
string items = "";

int limit = Math.Min(commList.Count - ((page-1) * itemsPerPage), itemsPerPage);
await ReplyAsync((limit).ToString());
//await ReplyAsync((limit).ToString());

for (int i = 0; i < limit; i++)
{
Expand Down Expand Up @@ -154,7 +154,7 @@ public async Task helpbetaHandling(string lookup, int index = 1, bool exact = fa

EmbedBuilder embedd = new EmbedBuilder
{
Title = "Help (Beta)",
Title = "Help",
Color = Discord.Color.Magenta,
Description = "The newer *better* help. Showing result #" + (index).ToString() + " out of " + allMatchs.ToString() + " match(s).",
ThumbnailUrl = Program.xuClient.CurrentUser.GetAvatarUrl(),
Expand Down

0 comments on commit 7b262df

Please sign in to comment.