A versatile Discord bot built with discord.js that offers translation, meme generation, user info & other utility commands.
| Command | Description |
|---|---|
/meme |
Generate custom memes using popular templates and position text |
/translate |
Translate user's text to various languages |
/server |
Display server information |
/user |
Show user details |
/ping |
Simple bot response |
/developer |
Links to developer github |
Info: Bot automatically welcomes new members!
- Clone the repository
git clone https://github.com/sksmagr23/Bot-Discord
cd Bot-Discord- Install dependencies
npm install- Create a .env file with following variables
DISCORD_TOKEN=your_bot_token
CLIENT_ID=your_client_id
GUILD_ID=your_guild_id- Start the bot
npm start- Note : Ensure to have Node.js 16.9.0 or higher installed on your local machine, and create a bot from discord/developer
Contributions are welcome! Feel free to:
- Suggest new features
- Add new commands and functions
- Add pull requests