In order to run the bot we need!
# Download the source code to your computer
git clone https://github.com/Myrchuk21/Ticket-Support
# Go to the folder
cd Tciket-Support/
# Intall modules
npm install or npm i
Don't forget the token: After creating the bot, enable applications.commands
then enable OAuth2
go to developer portal.
go to config.js and configuriren ur prefix
# Setup
Ur prefix /setup (qf!setup)
# Test online
Ur prefix /ping (qf!ping)
// Accepted activity types
ActivityType.Playing
ActivityType.Listening
ActivityType.Watching
ActivityType.Competing
ActivityType.Streaming // Lets you use url parameter. This can be a YouTube or Twitch link.
ActivityType.Custom // Unsupported in discord.js. Will be added at some point.
// Accepted statusses
"online"
"offline"
"idle"
"dnd"