Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fredericodeveloper/owntickets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OwnTickets - Selfhosted Ticketing Discord Bot

If you want to use the version I host in my own servers, the link for the invite is here: https://discord.com/oauth2/authorize?client_id=1360877605577818112&scope=bot&permissions=8&redirect_uri=https%3A%2F%2Fgithub.com%2Ffredericodeveloper%2Fowntickets

Selfhosting guide:

  • Install docker
  • Pull the image using docker pull fredericodeveloper/owntickets:latest
  • Create a folder for the bot with file called docker-compose.yml inside:
services:
  owntickets:
    image: fredericodeveloper/owntickets:latest
    volumes:
      - ./data:/app/data:Z
    environment:
      - BOT_TOKEN=YOUR_BOT_TOKEN_HERE
    restart: always

Support:

I offer free support for both selfhosted version and users of my hosted bot, if you have any issues with the bot, please open a issue here on github.