Added more commentary to the code

Added ~slap
Added ~pat
Added ~kill
pull/2/head
sgoudham 4 years ago
parent 40ec414276
commit 43127b188f

@ -120,7 +120,7 @@ class Fun(commands.Cog):
# Surround with try/except to catch any exceptions that may occur # Surround with try/except to catch any exceptions that may occur
try: try:
# If the channel that the command has been sent is included # If the channel that the command has been sent is in the list of accepted channels
if str(ctx.channel) in channels: if str(ctx.channel) in channels:
# Open the file containing all the custom eightball responses # Open the file containing all the custom eightball responses

Loading…
Cancel
Save