An open API service indexing awesome lists of open source software.

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

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