From 9fff91d2b58caddb17ce511e255fe08383a79a20 Mon Sep 17 00:00:00 2001 From: Nicholas Tanvis Date: Sun, 27 May 2018 10:04:34 +0800 Subject: [PATCH] fixed more stuff --- src/cogs/git.py | 2 +- src/cogs/moderation.py | 4 ++-- src/cogs/sar.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cogs/git.py b/src/cogs/git.py index 06645f6..2be5354 100644 --- a/src/cogs/git.py +++ b/src/cogs/git.py @@ -41,7 +41,7 @@ class Git(Loggable): @commands.group(case_insensitive=True, invoke_without_command=True) async def git(self, ctx): """Run help git for more info""" - await ctx.send('https://github.com/Annihilator708/Sebi-Machine/') + await ctx.send('https://github.com/dustinpianalto/Sebi-Machine/') @commands.command(case_insensitive=True, brief='Gets the Trello link.') async def trello(self, ctx): diff --git a/src/cogs/moderation.py b/src/cogs/moderation.py index d19b8ae..df0fb22 100644 --- a/src/cogs/moderation.py +++ b/src/cogs/moderation.py @@ -13,14 +13,14 @@ class Moderation: @commands.command() async def sar(self, ctx): - """Assign or remove self assigned roles""" + """Assign or remove self assigned roles.""" pass @commands.command() async def kick(self, ctx, member: discord.Member = None): """ Kick a discord member from your server. - Only contributors can use this command + Only contributors can use this command. Usage: - kick diff --git a/src/cogs/sar.js b/src/cogs/sar.js index 1a5f7c7..7cc25d4 100644 --- a/src/cogs/sar.js +++ b/src/cogs/sar.js @@ -19,7 +19,7 @@ exports.run = async function(client, message, args) { const type = args[0]; // can be get, remove or list - if (type == "list") { + if (type == "list" || type == undefined) { const embed = new Discord.RichEmbed() .setTitle("List of Self Assigned Roles")