17 questions
I put the bot I created into the server, but it works in response to all channels, so I want to be able to operate only on certain channels!import discordfrom discord.ext import commandsimport asyncio...
I would like to permanently run the Discord Bot I created using Heroku.I'm working with GitHub now, but I don't know if the method is right.I just created a repository on GitHub and moved the program ...
I was using Discord.py, but when I tried to have the bot display embed using the code below, it didn't show up.Where should I correct it?import discordclient=discord.Client()@client.eventasync def on_...
Actual Code import discordimport urllib.requestimport jsonimport reclient=discord.Client()citycode = '016010'resp=urllib.request.urlopen('http://weather.livedoor.com/forecast/webservice/json/v1?city=%...
I use Python 3.7import discordclient=discord.Client()@client.eventasync def on_ready(): print('We have logged in as {0.user}'.format(client))@client.eventasync def on_message(message): if message.auth...
I'd like to get a server with my bot participating in discord.js. What should I do?
I use Python 3.7.It may be difficult to understand because it is the first programming and the first question.Please specify more and more if you like.source code#coding:UTF-8import discordimport urll...
I'm making a Bot like this.Bot greeting every dayYou can set what time and what time to greet each buildI'm thinking of using the while True loop on_ready, but the problem is that there are so many no...
Global chat on Node.js discord.js (I want to do something that says a on Channel B of A mackerel and a on Channel D of C mackerel, but I can't do it well.Please tell me what's wrong.Code I tried makin...
RTa-technology/discord_dice_botAfter running this program, the Heroku deployment was completed, but Discord does not come online (probably the code is incorrect).Heroku and Github are working together...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.