Skip to content

Commit

Permalink
Update partners
Browse files Browse the repository at this point in the history
  • Loading branch information
CHamburr committed Dec 17, 2020
1 parent 9c5dc08 commit 1d97d87
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
13 changes: 12 additions & 1 deletion cogs/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def help(self, ctx, *, command: str = None):
title=f"{self.bot.user.name} Help Menu",
description="Thank you for using ModMail! Please direct message me if you wish to contact staff. You can "
"also invite me to your server with the link below, or join our support server if you need further help."
f"\n\nDon't forget to check out our partners with the `{ctx.prefix}partners` command!",
"\n\nWe released Wyvor - The best feature rich Discord music bot! Check it out now: https://wyvor.xyz.",
colour=self.bot.primary_colour,
)
page.set_thumbnail(url=self.bot.user.avatar_url)
Expand Down Expand Up @@ -164,6 +164,17 @@ async def stats(self, ctx):
aliases=["partner"],
)
async def partners(self, ctx):
all_pages = []
page = discord.Embed(
title="Wyvor",
description="The best feature-rich Discord music bot. Take control over your music with an intuitive "
"dashboard, custom effects and more!",
colour=self.bot.primary_colour,
)
page.add_field(name="Link", value="https://wyvor.xyz")
page.set_thumbnail(
url="https://cdn.discordapp.com/avatars/628563240187723786/06a8639ec4e75387c26de267cc277df1.png"
)
all_pages = []
page = discord.Embed(
title="Discord Templates",
Expand Down
6 changes: 5 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css" integrity="sha384-REHJTs1r2ErKBuJB0fCK99gCYsVjwxHrSU0N7I1zl9vZbggVJXRMsv/sLlOAGb4M" crossorigin="anonymous">
<link rel="icon" href="/images/icon.png" type="image/x-icon">
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="css/particles.css">
<link rel="stylesheet" href="/css/particles.css">
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.0.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129600306-5"></script>
<script>
Expand Down Expand Up @@ -64,6 +64,10 @@
<div class="w-100 vh-100 d-table overflow-hidden">
<div id="particles-js"></div>
<div class="d-table-cell align-middle">
<div class="alert alert-success" role="alert" style="width: 80vw; position: absolute; margin-top: 30px; margin-left: 10vw; text-align: center;">
We released <span class="font-weight-bold">Wyvor - The best feature rich Discord music bot!</span>
<a href="https://wyvor.xyz">Click here to check it out now</a>.
</div>
<div class="align-items-center d-flex flex-column">
<img src="/images/icon.png" width="200vh" alt="Icon">
<h1 class="my-3">ModMail</h1>
Expand Down
12 changes: 12 additions & 0 deletions web/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@
<h1>Partners</h1>
<h5>These are our awesome partners! Join our server if you wish to partner with us.</h5>
<div class="row mt-4">
<div class="col-12 col-md-6 col-lg-3 my-2 px-2">
<div class="card bg-dark h-100">
<img src="https://cdn.discordapp.com/avatars/628563240187723786/06a8639ec4e75387c26de267cc277df1.png?size=256" class="card-img-top" alt="Logo">
<div class="card-body d-flex flex-column">
<h5 class="card-title text-center">Wyvor</h5>
<br>
<p>The best feature-rich Discord music bot. Take control over your music with an intuitive dashboard, custom effects and more!</p>
<br>
<a class="btn btn-secondary mt-auto align-self-center" href="https://wyvor.xyz">Learn More</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 my-2 px-2">
<div class="card bg-dark h-100">
<img src="https://cdn.discordapp.com/icons/696179394057732237/cf54e042456638eba2ea5abddfc7910e.png?size=256" class="card-img-top" alt="Logo">
Expand Down

0 comments on commit 1d97d87

Please sign in to comment.