Skip to content

Commit d689964

Browse files
author
muhammadanas
committed
v2.0
1 parent afdf97f commit d689964

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

commands/help.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Below are the available commands for the DEPRESSED bot, some are reserved for DE
77

88
`4. homework`, `5. classwork`,
99

10-
`6. meme`, `7. joke`
10+
`6. meme`, `7. joke`,
11+
12+
** Music Commands - available to everybody - You have to be joined in some VC to use it!**
13+
`1. play _URL_`, `2. stop`
1114

1215
** Mathematics Commands - available to everybody **
1316
`1. calc small_equation`,
@@ -17,12 +20,10 @@ Below are the available commands for the DEPRESSED bot, some are reserved for DE
1720
`3. trigonometry_symbol(sin, cos, tan etc.) number`
1821

1922
** Administrator commands - only available to admins **
20-
`1. add @user **(MAKE ADMIN)**`, `2. remove @user **(REMOVE ADMIN)**`,
21-
22-
`3. kick @user`, `4. ban @user [reason]`, `5. unban @user [reason]`,
23+
`1. kick @user`, `2. ban @user [reason]`, `3. unban @user [reason]`,
2324

24-
`6. clear NumberOfMessages`
25+
`4. clear NumberOfMessages`
2526

26-
`7, update_homework **updated_homework**`,
27+
`5, update_homework **updated_homework**`,
2728

28-
`8, update_classwork **updated_classwork**`
29+
`6, update_classwork **updated_classwork**`

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async def help(ctx):
4343
await ctx.send(embed=embed)
4444

4545
# Rules Command
46-
@client.command()
46+
@client.command(help="Rules command")
4747
async def rules(ctx):
4848
with open("commands/rules.txt") as f:
4949
all_rules = f.read()

0 commit comments

Comments
 (0)