mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
fix: command links
This commit is contained in:
@@ -42,7 +42,7 @@ class Code(commands.Cog, name="code"):
|
||||
view.add_item(discord.ui.Button(
|
||||
label="Edit Command",
|
||||
style=discord.ButtonStyle.secondary,
|
||||
url="https://github.com/neoarz/syntrel/blob/main/cogs/sidestore/code.py",
|
||||
url="https://github.com/neoarz/Syntrel/blob/main/cogs/sidestore/code.py",
|
||||
emoji="<:githubicon:1417717356846776340>"
|
||||
))
|
||||
view.add_item(discord.ui.Button(
|
||||
|
||||
@@ -33,7 +33,7 @@ class Crash(commands.Cog, name="crash"):
|
||||
view.add_item(discord.ui.Button(
|
||||
label="Edit Command",
|
||||
style=discord.ButtonStyle.secondary,
|
||||
url="https://github.com/neoarz/neos-helper-bot/blob/main/cogs/sidestore/crash.py",
|
||||
url="https://github.com/neoarz/Syntrel/blob/main/cogs/sidestore/crash.py",
|
||||
emoji="<:githubicon:1417717356846776340>"
|
||||
))
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ class Half(commands.Cog, name="half"):
|
||||
view.add_item(discord.ui.Button(
|
||||
label="Edit Command",
|
||||
style=discord.ButtonStyle.secondary,
|
||||
url="https://github.com/neoarz/neos-helper-bot/blob/main/cogs/sidestore/half.py",
|
||||
url="https://github.com/neoarz/Syntrel/blob/main/cogs/sidestore/half.py",
|
||||
emoji="<:githubicon:1417717356846776340>"
|
||||
))
|
||||
view.add_item(discord.ui.Button(
|
||||
|
||||
@@ -41,7 +41,7 @@ class Pairing(commands.Cog, name="pairing"):
|
||||
view.add_item(discord.ui.Button(
|
||||
label="Edit Command",
|
||||
style=discord.ButtonStyle.secondary,
|
||||
url="https://github.com/neoarz/syntrel/blob/main/cogs/sidestore/pairing.py",
|
||||
url="https://github.com/neoarz/Syntrel/blob/main/cogs/sidestore/pairing.py",
|
||||
emoji="<:githubicon:1417717356846776340>"
|
||||
))
|
||||
view.add_item(discord.ui.Button(
|
||||
|
||||
@@ -33,7 +33,7 @@ class Refresh(commands.Cog, name="refresh"):
|
||||
view.add_item(discord.ui.Button(
|
||||
label="Edit Command",
|
||||
style=discord.ButtonStyle.secondary,
|
||||
url="https://github.com/neoarz/syntrel/blob/main/cogs/sidestore/refresh.py",
|
||||
url="https://github.com/neoarz/Syntrel/blob/main/cogs/sidestore/refresh.py",
|
||||
emoji="<:githubicon:1417717356846776340>"
|
||||
))
|
||||
view.add_item(discord.ui.Button(
|
||||
|
||||
@@ -35,7 +35,7 @@ class Server(commands.Cog, name="server"):
|
||||
view.add_item(discord.ui.Button(
|
||||
label="Edit Command",
|
||||
style=discord.ButtonStyle.secondary,
|
||||
url="https://github.com/neoarz/syntrel/blob/main/cogs/sidestore/server.py",
|
||||
url="https://github.com/neoarz/Syntrel/blob/main/cogs/sidestore/server.py",
|
||||
emoji="<:githubicon:1417717356846776340>"
|
||||
))
|
||||
view.add_item(discord.ui.Button(
|
||||
|
||||
@@ -30,7 +30,7 @@ class Sparse(commands.Cog, name="sparse"):
|
||||
view.add_item(discord.ui.Button(
|
||||
label="Edit Command",
|
||||
style=discord.ButtonStyle.secondary,
|
||||
url="https://github.com/neoarz/syntrel/blob/main/cogs/sidestore/sparse.py",
|
||||
url="https://github.com/neoarz/Syntrel/blob/main/cogs/sidestore/sparse.py",
|
||||
emoji="<:githubicon:1417717356846776340>"
|
||||
))
|
||||
view.add_item(discord.ui.Button(
|
||||
|
||||
Reference in New Issue
Block a user