1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 17:07:45 +00:00

Remove www

This commit is contained in:
RGBCube 2022-07-25 15:20:10 +03:00
parent 49cd00fa79
commit 444595b685

View file

@ -78,7 +78,7 @@ class MinecraftServer(
view.add_item(
discord.ui.Button(
label="Go to the wiki!",
url="https://www.landsofminearchy.com/wiki",
url="https://landsofminearchy.com/wiki",
)
)
await ctx.reply(view=view)
@ -92,7 +92,7 @@ class MinecraftServer(
view.add_item(
discord.ui.Button(
label="Go to the store!",
url="https://www.landsofminearchy.com/store",
url="https://landsofminearchy.com/store",
)
)
await ctx.reply(view=view)