mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 08:57:46 +00:00
Update wrong urls
This commit is contained in:
parent
37d8f374e5
commit
e61caa0626
1 changed files with 5 additions and 5 deletions
|
@ -76,7 +76,7 @@ class MinecraftServer(
|
||||||
view.add_item(
|
view.add_item(
|
||||||
Button(
|
Button(
|
||||||
label="Go to the wiki!",
|
label="Go to the wiki!",
|
||||||
url="https://minearchy.com/wiki",
|
url="https://landsofminearchy.com/wiki",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
await ctx.reply(view=view)
|
await ctx.reply(view=view)
|
||||||
|
@ -90,7 +90,7 @@ class MinecraftServer(
|
||||||
view.add_item(
|
view.add_item(
|
||||||
Button(
|
Button(
|
||||||
label="Go to the store!",
|
label="Go to the store!",
|
||||||
url="https://minearchy.com/store",
|
url="https://landsofminearchy.com/store",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
await ctx.reply(view=view)
|
await ctx.reply(view=view)
|
||||||
|
@ -105,7 +105,7 @@ class MinecraftServer(
|
||||||
view.add_item(
|
view.add_item(
|
||||||
Button(
|
Button(
|
||||||
label="Go to the forum!",
|
label="Go to the forum!",
|
||||||
url="https://minearchy.com/forum",
|
url="https://landsofminearchy.com/forum",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
await ctx.reply(view=view)
|
await ctx.reply(view=view)
|
||||||
|
@ -120,7 +120,7 @@ class MinecraftServer(
|
||||||
view.add_item(
|
view.add_item(
|
||||||
Button(
|
Button(
|
||||||
label="Go to the dynmap!",
|
label="Go to the dynmap!",
|
||||||
url="https://minearchy.com/dynmap",
|
url="https://landsofminearchy.com/dynmap",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
await ctx.reply(
|
await ctx.reply(
|
||||||
|
@ -136,7 +136,7 @@ class MinecraftServer(
|
||||||
view.add_item(
|
view.add_item(
|
||||||
Button(
|
Button(
|
||||||
label="Vote for the Minecraft server!",
|
label="Vote for the Minecraft server!",
|
||||||
url="https://minearchy.com/vote",
|
url="https://landsofminearchy.com/vote",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
await ctx.reply(view=view)
|
await ctx.reply(view=view)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue