Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 3.08 KB

README.md

File metadata and controls

40 lines (32 loc) · 3.08 KB

Kotlin DiscordKt
Discord _jakeywakey

This is an example bot project for the DiscordKt library, showing all the core features and syntax.

Discord Setup

Before you can run the example code. You need to create a bot on Discord.

Bot Account

Create a bot account in the developers section of the Discord website.

  • Create an application
  • Under "General Information"
    • Enter an app icon and a name.
    • You will need the client ID when adding the bot to a server.
  • Under "Bot"
    • Create a bot.
    • Give it a username and app icon.
    • You will need the token when operating the bot.
      • This is a secret token, don't reveal it!
  • Save changes

Add Bot

  • Visit the permissions page.
  • Under "OAth URL Generator" enter the bot's client ID from the step above.
  • Click the link to add it to a server.