Skip to content

danthe1st/custom-slash-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom slash commands

demo

Setup

  • Create an application on https://discord.com/developers/applications/me and add a bot to it.

  • Create a file called .token and save your bot token in it.

  • Clone this repository.

  • If you want to use an IDE that supports maven, import the project in your IDE of choice as a maven project.

    Do not forget to install the lombok plugin, however.

  • Run the class io.github.danthe1st.customslashcommands.Bot.

    If you do not use an IDE that supports maven or lombok, install maven and run mvn exec:java -Dexec.mainClass=io.github.danthe1st.customslashcommands.Bot.

  • Add the application using the link shown in the console (NOT using the bot-scope)

    The link should look like this: https://discord.com/api/oauth2/authorize?client_id=YOUR_CLIENT_ID_HERE&scope=applications.commands.

  • Have fun

About

Adds custom slash commands to Discord

Topics

Resources

Security policy

Stars

Watchers

Forks

Languages