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)

Questions about programming?Chat with your personal AI assistant