Skip to content

Commit

Permalink
Add B.O.B. discord bot
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvanhoesel committed Feb 9, 2024
1 parent 12d02c6 commit a140d1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added src/assets/content/bob-bot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/pages/tools.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Card from "../components/Card.astro"
import type { ToolContent } from "../lib/content"
import luminiteImage from "../assets/content/luminite.png"
import replayRenamerImage from "../assets/content/replay-renamer.png"
import bobBotImage from "../assets/content/bob-bot.png"
const toolsContent: ToolContent[] = [
{
Expand All @@ -30,6 +31,13 @@ const toolsContent: ToolContent[] = [
image_url: replayRenamerImage.src,
metadata: { external: true, tags: ["Replays"] },
},
{
title: "B.O.B. Discord Bot",
source: "tool",
description: "Discord Commands for searching players, the leaderboard, and more.",
url: "https://github.com/joshleblanc/stormgate-world-discord",
image_url: bobBotImage.src,
metadata: { external: true, tags: ["Discord"] },
},
]
---
Expand Down

0 comments on commit a140d1e

Please sign in to comment.