pandorabots

I am trying to make a discord chatbot but I am facing a problem

I am trying to make a discord chatbot but I am facing a problem Question: I have been trying to make a discord chatbot I finished the code "technically" it should work Here’s my code : import asyncio, aiohttp, discord, re class FrostCleverbot(discord.Client): async def on_ready(self): print(‘Logging In…’) await self.change_presence(game=discord.Game(name=’chat with me!’)) async def on_message(self, …

Total answers: 2