Skip to content

Commit

Permalink
Merge pull request #45 from HenrySpartGlobal/newbanner
Browse files Browse the repository at this point in the history
Add new command
  • Loading branch information
HenrySpartGlobal authored Sep 4, 2023
2 parents fa33c41 + 246d58a commit 9235fe3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ export const metadata: Metadata = {
viewport: "width=device-width, initial-scale=1",
themeColor: config.theme?.colors?.primary as string,
description:
"In-House Queue: A Discord Bot designed to organize In-House custom games for League of Legends, Overwatch, and Valorant.",
"In-House Queue: A Discord Bot designed to organize In-House custom games",
twitter: {
card: "summary_large_image",
},

openGraph: {
title: "In-House Queue",
description:
"In-House Queue: A Discord Bot designed to organize In-House custom games for League of Legends, Overwatch, and Valorant.",
"In-House Queue: A Discord Bot designed to organize In-House custom games",
images: [
{
url: banner.src,
Expand Down
10 changes: 6 additions & 4 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@ const commands = [
{
"name": "reset",
"type": "Admin",
"description": "Reset scores of an individual or the entire server. Remove everyone from a queue.",
"description": "Reset scores or MMR of an individual or the entire server. Remove everyone from a queue.",
"usage": [
"/admin reset leaderboard",
"/admin reset user [member]",
"/admin reset queue [gameid]"
],
"/admin reset queue [gameid]",
"/admin reset mmr [member](optional)"
],
"examples": [
"/admin reset leaderboard",
"/admin reset user @John",
"/admin reset queue 03134ff5"
"/admin reset queue 03134ff5",
"/admin reset mmr @John"
]
},
{
Expand Down

1 comment on commit 9235fe3

@vercel
Copy link

@vercel vercel bot commented on 9235fe3 Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.