https://github.com/sksmagr23/bot-discord
A discord bot which can generate memes and do lang translation
https://github.com/sksmagr23/bot-discord
bot discord-js javascript
Last synced: 12 days ago
JSON representation
A discord bot which can generate memes and do lang translation
- Host: GitHub
- URL: https://github.com/sksmagr23/bot-discord
- Owner: sksmagr23
- Created: 2024-12-11T05:14:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T14:52:06.000Z (over 1 year ago)
- Last Synced: 2025-05-16T10:45:19.786Z (about 1 year ago)
- Topics: bot, discord-js, javascript
- Language: JavaScript
- Homepage: https://discord.com/oauth2/authorize?client_id=1316247901420126218
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skx_bot (•_•)
A versatile Discord bot built with discord.js that offers translation, meme generation, user info & other utility commands.
## 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!
>
## Local Setup
1. Clone the repository
```bash
git clone https://github.com/sksmagr23/Bot-Discord
cd Bot-Discord
```
2. Install dependencies
```bash
npm install
```
3. Create a .env file with following variables
```env
DISCORD_TOKEN=your_bot_token
CLIENT_ID=your_client_id
GUILD_ID=your_guild_id
```
4. Start the bot
```bash
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
## Contributing :)
Contributions are welcome! Feel free to:
- Suggest new features
- Add new commands and functions
- Add pull requests