mirror of
https://github.com/hencaric/SCNewsBot.git
synced 2026-08-17 06:56:03 +01:00
Info command edits
This commit is contained in:
@@ -94,10 +94,14 @@ class CoreCog(commands.Cog, name="Core"):
|
|||||||
name="Authors",
|
name="Authors",
|
||||||
value=f"<@288522211164160010> and <@998070081709932654>",
|
value=f"<@288522211164160010> and <@998070081709932654>",
|
||||||
)
|
)
|
||||||
|
embed.add_field(
|
||||||
|
name="Production Code",
|
||||||
|
value=f"[Link](https://github.com/hencaric/SCNewsBot)",
|
||||||
|
)
|
||||||
view = discord.ui.View()
|
view = discord.ui.View()
|
||||||
view.add_item(
|
view.add_item(
|
||||||
discord.ui.Button(
|
discord.ui.Button(
|
||||||
label="Source Code",
|
label="Source Code for Public Use",
|
||||||
url="https://github.com/mudkipdev/scnewsbot",
|
url="https://github.com/mudkipdev/scnewsbot",
|
||||||
style=discord.ButtonStyle.link,
|
style=discord.ButtonStyle.link,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user