Code Monkey home page Code Monkey logo

discord-ticket-bot's Introduction


discord-ticket-bot

discord-ticket-bot and TypeScript.

Serveur Support ยท Report Bug & Request Feature

discord-ticket-bot

discord-ticket-bot is a Discord bot specialized in managing support tickets. It allows users to create, manage, and track tickets directly from their Discord server, thus facilitating support and organization of user requests.

๐Ÿ”ง Requirements

๐Ÿš€ Installation from source

  1. Clone the AikouTicket repository:
git clone https://github.com/dawgcodes/discord-ticket-bot.git
  1. change the directory to AikouTicket
cd discord-ticket-bot
  1. Install the required packages:
npm i
or
yarn i
  1. Set up your environment variables:

Create a .env file in the root directory of your project with the following variables: or you can use the .env.example file

TOKEN= #Discord Bot Token
CLIENT_ID= #Discord Bot Client ID
ACTIVITY=/help
LOGSBOT= #ID of the channel where bot logs will be sent
DATABASE_URL = "" # Your database url (If you want to use sqlite, then you can leave it blank.).
  1. Set up your environment variables:

Open config.yml to configure the settings and messages to your liking, make sure to properly configure the ticket categories

  1. generate the prisma client
npm run prisma:push

Run the migrations (Only if you want to migrate your database)

npm run prisma:migrate
  1. Run the bot:
npm start

๐Ÿ“œ Contributing

Thank you for your interest in contributing to AikouTicket! Here are some guidelines to follow when contributing:

  1. Fork the repository and create a new branch for your feature or bug fix.
  2. Write clean and concise code that follows the established coding style.
  3. Create detailed and thorough documentation for any new features or changes.
  4. Write and run tests for your code.
  5. Submit a pull request with your changes.

discord-ticket-bot's People

Contributors

dawgcodes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.