mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 17:07:45 +00:00
Remove www
This commit is contained in:
parent
49cd00fa79
commit
444595b685
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue