Discord.pyでのBotの作り方: 未経験者でも笑って作れる! こんにちは!あい@AI魔法使い🪄です。今日は、プログラミング未経験者のみなさんにも、笑いながらDiscord Botを作れるようになるためのノートをお届けします。まずは、Botを作るための準備から始め ...
こんにちはてぃあーと申します。 端的に述べますと私はPython初心者です。※学校の授業で少し触った程度 今回紹介するBOTは、いろんなサイトやDiscord.pyのドキュメントを参考にコードを書いたのとネットの友達に手伝ってもらったものです。 ほんと今の時代 ...
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 ...