aboutsummaryrefslogtreecommitdiff
path: root/cogs/general.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cogs/general.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/general.py b/cogs/general.py
index c041f90..68caf54 100644
--- a/cogs/general.py
+++ b/cogs/general.py
@@ -13,7 +13,7 @@ class General(commands.Cog):
@commands.command(aliases=['source'])
async def sauce(self, ctx):
- git_link = "<PutLinkHere>"
+ git_link = "https://github.com/null2264/ziBot"
await ctx.send(f"ziBot's Source Code: \n {git_link}")
def setup(bot):