aboutsummaryrefslogtreecommitdiff
path: root/cogs/general.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cogs/general.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cogs/general.py b/cogs/general.py
index 68caf54..45f8e0f 100644
--- a/cogs/general.py
+++ b/cogs/general.py
@@ -6,13 +6,13 @@ class General(commands.Cog):
def __init__(self, bot):
self.bot = bot
- @commands.command(aliases=['add'])
- async def _add(self, ctx):
+ @commands.command()
+ async def add(self, ctx):
oauth_link = "https://discord.com/oauth2/authorize?client_id=740122842988937286&scope=bot"
await ctx.send(f"To add ziBot to your server, click here: \n {oauth_link}")
- @commands.command(aliases=['source'])
- async def sauce(self, ctx):
+ @commands.command()
+ async def source(self, ctx):
git_link = "https://github.com/null2264/ziBot"
await ctx.send(f"ziBot's Source Code: \n {git_link}")