初めて本格的に作ったBOTです。最近みてとんでもないコードしかなくて面白いです。Recycle Discord BOT
Recycle Discord BOT is a DiscordBOT developed with node.js discord.js as a bail. This BOT is suitable for small community server management, including user punishment function and server management. Download the source, install node.js discord.js, and run it on your private server. Customization is also possible.
Copy and paste your BOT token into the .env file in double quotes. After installing node.js, discord.js, and dotenv.js, run node index.js
It appears in the slack command menu, which I will write later in README.md.
このBOTはユーザー処罰機能とサーバー管理など少人数コミュニティサーバー管理に適したBOTです。 ソースをダウンロードし、node.js discord.jsをインストールし実行すればプライベートサーバーで実行できます。 カスタマイズも可能
自分のBOTトークンを.envファイルのダブルクォーテーションの中にコピーアンドペーストをしてください。 node.js,discord.js,dotenv.jsをインストールしたあと、 node index.js を実行する。
スラックスコマンドメニューで表示されます。README.mdには後で書きます。