From e5a51721f84503458b1c1597a0776ad521f01c36 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 20 Dec 2022 18:17:02 -0500 Subject: README changes --- README.md | 11 +++++++++-- bot.js | 5 ----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5fb4728..5ca4480 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,11 @@ DLAP is a Discord bot that lets you play local audio tracks in your server. With If you want to add a feature or there's anything wrong, feel free to make a fork and put a pull request. ## Looking for Maintainers -As you know, I may not keep up the project at times. I will need to form a team in order to implement new features and make this project better. +As you know, I may not keep up the project at times, or I could possibly introduce more bugs in this project. +As well as making the code more messy. I will need to form a team in order to implement new features and make this project better. -If you want to become a maintainer, you must at least know this source code, JavaScript and NodeJS. Also you must join my discord server (Support Server) to communicate with me. +If you want to become a maintainer, you must at least know this source code, JavaScript and NodeJS. +Also you must join my discord server (Support Server) to communicate with me. # Recommended Software Requirements - Latest version of NodeJS (v16.9.0+) @@ -77,5 +79,10 @@ Be sure to replace that with your name. # Contributing When contributing, be sure to add yourself to the contributors list in `/commands/about.js`. +# Future Features +* Custom string support (Basically change what the bot is saying) +* Convert codebase to TypeScript +* Easier to use interface + # Credits ChatGPT: Some code in this codebase used ChatGPT diff --git a/bot.js b/bot.js index 244f2d5..c1444b4 100644 --- a/bot.js +++ b/bot.js @@ -26,11 +26,6 @@ const { token, statusChannel, voiceChannel, djRole, ownerID, shuffle, repeat, pr const bot = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildVoiceStates] }); bot.login(token); -/** - * TODO: - Custom string support (Basically change what the bot is saying) - * - Easier to use interface - */ - // Slash Command Handler bot.commands = new Collection(); -- cgit v1.2.3