├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Tomato6966 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Discord.js-v13-Tutorial 2 | 3 | > In this Tutorial Series you will learn to code your very own Discord Bot! 4 | 5 | > It is up to Date to the latest Discord.js Version: **v13** and uses [nodejs v16.6+](https://nodejs.org) 6 | 7 | > We will learn to make Buttons, Slash Commands, Events, Menus, Music and much more! 8 | 9 | ## [THE PLAYLIST **(Watch it)**](https://www.youtube.com/playlist?list=PLbLeA7W1w2T6pmjCmbVP4TS1Y1znvTOA1) 10 | 11 | # TABLE OF CONTENTS! 12 | 13 | > Note the first 6 Tutorials are not having a Github Repositry due to not needed! 14 | 15 | - [Tutorial #1 | **Creating the first Bot!**](https://www.youtube.com/watch?v=mPKQPhVsBN0&list=PLbLeA7W1w2T6pmjCmbVP4TS1Y1znvTOA1&index=2&t=10s) | 💪 [Youtube Tutorial](https://www.youtube.com/watch?v=mPKQPhVsBN0&list=PLbLeA7W1w2T6pmjCmbVP4TS1Y1znvTOA1&index=2&t=10s) 16 | - [Tutorial #2 | **First Commands (PING, HELP)**](https://www.youtube.com/watch?v=Enj-8P5Idbs&list=PLbLeA7W1w2T6pmjCmbVP4TS1Y1znvTOA1&index=3&t=267s) | 💪 [Youtube Tutorial](https://www.youtube.com/watch?v=Enj-8P5Idbs&list=PLbLeA7W1w2T6pmjCmbVP4TS1Y1znvTOA1&index=3&t=267s) 17 | - [Tutorial #3 | **Making Slash Commands (PING, HELP)**](https://www.youtube.com/watch?v=siD9TUsTQPM&list=PLbLeA7W1w2T6pmjCmbVP4TS1Y1znvTOA1&index=4&t=79s) | 💪 [Youtube Tutorial](https://www.youtube.com/watch?v=siD9TUsTQPM&list=PLbLeA7W1w2T6pmjCmbVP4TS1Y1znvTOA1&index=4&t=79s) 18 | - [Tutorial #4 | **Using the Botping as a Prefix! SHOWING PREFIX HELP**](https://www.youtube.com/watch?v=XWbabCxQgcA&list=PLbLeA7W1w2T6pmjCmbVP4TS1Y1znvTOA1&index=4&t=101s) | 💪 [Youtube Tutorial](https://www.youtube.com/watch?v=XWbabCxQgcA&list=PLbLeA7W1w2T6pmjCmbVP4TS1Y1znvTOA1&index=4&t=101s) 19 | - [Tutorial #5 | **Making a basic Command / Event / Module Handler**](https://github.com/Tomato6966/Discord.js-v13-Tutorial/tree/Tutorial-%235) | 💪 [Youtube Tutorial](https://www.youtube.com/watch?v=kHv8-hYG5MM&list=PLbLeA7W1w2T6pmjCmbVP4TS1Y1znvTOA1&index=6&t=23s) 20 | - [Tutorial #6 | **Guild specific Settings (custom Prefix)**](https://github.com/Tomato6966/Discord.js-v13-Tutorial/tree/Tutorial-%236) | 💪 [Youtube Tutorial]() 21 | - [Tutorial #7 | **Cool Help Message**](https://github.com/Tomato6966/Discord.js-v13-Tutorial/tree/Tutorial-%237) | 💪 [Youtube Tutorial]() 22 | - [Tutorial #8 | **Learning Discord-Buttons & Menus**](https://github.com/Tomato6966/Discord.js-v13-Tutorial/tree/Tutorial-%238) | 💪 [Youtube Tutorial]() 23 | - [Tutorial #9 | **Starting the Music System**](https://github.com/Tomato6966/Discord.js-v13-Tutorial/tree/Tutorial-%239) | 💪 [Youtube Tutorial]() 24 | 25 |
26 | 27 | *** 28 | 29 | ## [Discord Server 😎](https://discord.gg/milrato) | [Website](https://milrato.dev) 30 | 31 | 32 | *** 33 | 34 | ## SUPPORT ME AND MILRATO DEVELOPMENT 35 | 36 | > You can always Support me by inviting one of my **own Discord Bots** 37 | 38 | [![2021's best Music Bot | Lava Music](https://cdn.discordapp.com/attachments/748533465972080670/817088638780440579/test3.png)](https://lava.milrato.dev) 39 | [![Musicium Music Bot](https://cdn.discordapp.com/attachments/742446682381221938/770055673965707264/test1.png)](https://musicium.musicium.dev) 40 | [![Milrato Multi Bot](https://cdn.discordapp.com/attachments/742446682381221938/770056826724679680/test1.png)](https://milrato.milrato.dev) 41 | 42 | # Credits 43 | 44 | > If consider using this Bot, make sure to credit me! 45 | --------------------------------------------------------------------------------