generate functionMon, 14 Nov 2022

Send the data in hookah.txt to a discord channel.

def send_hookah(channel): file = open('hookah.txt', 'r') channel.send(file.read()) file.close() send_hookah(channel)

Want to kickstart your project?Use the new AI Studio to create your code