1
Fork 0
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:
RGBCube 2022-12-31 11:13:32 +03:00
parent 37d8f374e5
commit e61caa0626

View file

@ -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)