Posts by Nathan • 1 point
1 post
-
-1
votes1
answer578
viewsQ: Trying to create a python Discord bot
Hello! I was programming a bot in python with the following command import discord from discord.ext import commands client = commands.Bot(command_prefix = '-') @client.event async def on_ready():…