fzbian / chuckle

a meme factory as discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chuckle Bot

Chunckle is a meme factory designed for use within Discord, utilizing the Grasapi API.

Screenshots

Input

Output

Config

Create .env file

# APP CONFIG

BOT_NAME=Chuckle
SHOULD_CREATE_COMMANDS=true
GRASAPI_URL=https://grasapi.fzbian.me/api/

# BUILD TOKENS

CLIENT_ID=
DISCORD_TOKEN=

# COLORS
MAIN_COLOR=de8723
GREEN_COLOR=1cd44d
RED_COLOR=d41c1c

# BUILD CHANNELS
MOVEMENT_CHANNEL=
INTERACTION_CHANNEL=
SUGGEST_CHANNEL=

# USERS
DEVELOPER=704771515555774505

Installation

Install chuncle with pnpm

git clone https://github.com/fzbian/chuckle.git
pnpm install
cd chuckle
pnpm start

Tech Stack

  • Discord.js
  • Grasapi
  • Pino

About

a meme factory as discord bot


Languages

Language:JavaScript 99.7%Language:Dockerfile 0.3%