diff options
author | ziro <palembani@gmail.com> | 2020-08-05 04:40:54 +0000 |
---|---|---|
committer | ziro <palembani@gmail.com> | 2020-08-05 04:40:54 +0000 |
commit | dbc3db1f273ec42e20227368705b77bf690ba5a8 (patch) | |
tree | 2070a0014c6b6c61a756a4dabf222f16414099d9 /cogs/general.py | |
parent | f228c685e9365dbdacf6265610e8a1218cafe9d1 (diff) | |
download | steve-bot-dbc3db1f273ec42e20227368705b77bf690ba5a8.tar steve-bot-dbc3db1f273ec42e20227368705b77bf690ba5a8.tar.gz steve-bot-dbc3db1f273ec42e20227368705b77bf690ba5a8.tar.bz2 steve-bot-dbc3db1f273ec42e20227368705b77bf690ba5a8.tar.lz steve-bot-dbc3db1f273ec42e20227368705b77bf690ba5a8.tar.xz steve-bot-dbc3db1f273ec42e20227368705b77bf690ba5a8.tar.zst steve-bot-dbc3db1f273ec42e20227368705b77bf690ba5a8.zip |
+ Certain roles now required to use moderator commands
Diffstat (limited to 'cogs/general.py')
-rw-r--r-- | cogs/general.py | 2 |
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): |