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