Skip to content

DiscordKt/ExampleBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages