Discord.pyでのBotの作り方: 未経験者でも笑って作れる! こんにちは!あい@AI魔法使い🪄です。今日は、プログラミング未経験者のみなさんにも、笑いながらDiscord Botを作れるようになるためのノートをお届けします。まずは、Botを作るための準備から始め ...
Discord に送った画像を、自動で Google Drive にアップロードして保存する Python製のボットを、自分で作れるようになります。 (今のコードだと毎回認証が必要なので、後日修正予定) 以下のような方におすすめ: プログラミング初心者だが、DiscordでBotを ...
Discord is an IRC-like chat platform that all the young cool kids are hanging out on. Originally intended as a way to communicate during online games, Discord has grown to the point that there are ...
Are you ready to level up your Discord skills? Try making a bot for fun (and to learn some code). Reading time 10 minutes The Discord platform does nearly everything you might need to communicate with ...
Install the newest version of python Verify pip is installed on your machine Run 'pip install -U discord.py python-dotenv' Create a .env file with a variable inside of it: 'DISCORD_BOT_TOKEN={Ask the ...