1
0
Fork 0
mirror of https://gitlab.jonasled.de/jonasled/discordbot synced 2024-06-13 21:58:20 +02:00

added header for chat bot

This commit is contained in:
Jonas Leder 2020-06-23 19:23:27 +02:00
parent b25ffae57b
commit 0a335dadc8

9
bot.py
View file

@ -447,6 +447,15 @@ async def chat(ctx, *message : str):
await ctx.send(newMessage[:-1])
# _ _
# | | | |
# ___ | |__ __ _ | |_
# / __|| '_ \ / _` || __|
# | (__ | | | || (_| || |_
# \___||_| |_| \__,_| \__|
#
#
@bot.command(brief="adds a song to the playlist")
async def play(ctx, songURL : str):
global player#import the global variables needed