Hikari + Lightbulb Discord Bot#
Get Started Guide, by Nova
This guide will use hikari and lightbulb to create a simple discord bot with slash commands and message components (select menus)
Contents
- Introduction
- Make your Discord Bot Application
- Set up the files
- Make a virtual environment
- Install requirements
- Part 1 - Hikari Bot
- Part 2 - Lightbulb Bot
- Part 3 - Making a lightbulb extension
- Part 4 - BotApp.d - a built-in DataStore
- Part 5 - Command Groups & Subcommands
- Part 6 - Message Components
- Part 7 - Miru, an optional component handler
- Part 8 - Command Checks
- Part 9 - Error Handling
- Part 10 - Command Cooldowns
- The End…