How to setup your discord bot with python in 2020[Mac]

Sorry for my horrible voice, anyways I hope it worked for everyone and if it doesn’t, you can always leave a comment and I’ll do my best to help you. Links: Code: import discord from import commands client = (command_prefix = ’prefix’) TOKEN = ’’ @ async def on_ready(): print(’bot is on’) (TOKEN)
Back to Top