All Projects → BlackKnight683 → Tickety

BlackKnight683 / Tickety

Licence: other
a simple discord.js ticket system bot

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tickety

Kalopsia-Bot
♠️ A Powerful Open-Source Discord,js (v13) Bot written in JavaScript with many moderation, fun, economy, music, utility commands ♠️
Stars: ✭ 60 (-1.64%)
Mutual labels:  discord-bot, discord-js, moderation-bot
ALi
ALi a powerful Discord bot that includes Utility, Fun, Music, Moderation, and much more! (Beta)
Stars: ✭ 97 (+59.02%)
Mutual labels:  discord-bot, discord-js, moderation-bot
warnable
Simple Discord bot to moderate Discord servers, specifically to warn members.
Stars: ✭ 34 (-44.26%)
Mutual labels:  discord-bot, discord-js, moderation-bot
AntiScam-Bot
Discord bot written on discord.js, deletes messages with scam links.
Stars: ✭ 16 (-73.77%)
Mutual labels:  discord-bot, discord-js, moderation-bot
Discord-multipurpose-bot
A repository with JavaScript and Python versions of the same type of discord commands.
Stars: ✭ 27 (-55.74%)
Mutual labels:  discord-bot, discord-js, moderation-bot
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (+40.98%)
Mutual labels:  discord-bot, discord-js, discord-bot-template
DiscordBot-Template
A boilerplate / template for discord.js bots with 100% coverage of Discord API, command handler, error handler based on https://discordjs.guide/
Stars: ✭ 129 (+111.48%)
Mutual labels:  discord-bot, discord-js, discord-bot-template
verification-bot
Simple Discord.js bot for verifying new members are not bots
Stars: ✭ 61 (+0%)
Mutual labels:  discord-bot, discord-js
DiscordTickets
A cool Discord bot to manage tickets on your server !
Stars: ✭ 46 (-24.59%)
Mutual labels:  discord-bot, discord-js
modmail.js
A Simple Discord Modmail Bot Template
Stars: ✭ 33 (-45.9%)
Mutual labels:  discord-bot, discord-js
Music-Slash-Bot
A music bot written in Discord.js and Distube using the slash command
Stars: ✭ 34 (-44.26%)
Mutual labels:  discord-bot, discord-js
hellsnakebot
🤖About A fully customizable bot built with discord.js
Stars: ✭ 14 (-77.05%)
Mutual labels:  discord-bot, discord-js
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+257.38%)
Mutual labels:  discord-bot, discord-js
Discord-EmojiToRole
A discord.js bot that assigns roles based on reactions to a message.
Stars: ✭ 55 (-9.84%)
Mutual labels:  discord-bot, discord-js
yumeko
Just an ordinary bot, where you hard copy the source you will get sin (maybe).
Stars: ✭ 23 (-62.3%)
Mutual labels:  discord-bot, discord-js
Azuma
A package that actually syncs your ratelimits across all your clusters on Discord.JS
Stars: ✭ 19 (-68.85%)
Mutual labels:  discord-bot, discord-js
pickle-mod
Discord bot for server moderation purposes
Stars: ✭ 21 (-65.57%)
Mutual labels:  discord-bot, discord-js
Discord-BOT-Dashboard
This version is outdated, please check out Discord BOT Dashboard v2
Stars: ✭ 32 (-47.54%)
Mutual labels:  discord-bot, discord-js
crove-bot
Discord.js bot. Can play music from YouTube, Spotify; has many other commands such as purge, kick, 8ball, etc.
Stars: ✭ 13 (-78.69%)
Mutual labels:  discord-bot, discord-js
yumeko
The real yumeko UwU. Rewrite: https://github.com/youKnowOwO/yumeko-ts
Stars: ✭ 28 (-54.1%)
Mutual labels:  discord-bot, discord-js

Ticket Bot

A discord ticket bot with buttons & slash commands

  • Made in Discord.js v13

Installation

You need to have Node.JS 16+

git clone https://github.com/blackknight683/tickety-v2
cd tickety-v2
npm i

Configuraton

//config.json
{
  "clientId": "id of the bot",
  "token": "Discord bot's token",

  "parentOpened": "id of the category when a ticket is opened",
  "Category1": "Name of the first support category",
  "Category2": "Name of the second support category",
  "Category3": "Name of the third support category",

  "roleSupport": "id of the support team role",
  
  "logsTicket": "id of the channel for ticket logs",
  "ticketChannel": "id of the channel where the embed is sent to create a ticket"
}
  • You can change category emojis in intractionCreate.js @ line 50.
  • Make sure the ticketChannel is empty.

Deployment

node commands.js # To deploy slash commands in all the servers the bot is in
node index.js # To start the ticket-bot

Made with 💜 by BlackKnight683.

Code Inspired From @Sayrix

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].