54 lines
1.8 KiB
Markdown
54 lines
1.8 KiB
Markdown
├── 01_basics
|
|
│ ├── 01_first_bot
|
|
│ ├── 02_embeds
|
|
│ ├── 03_private_messages
|
|
│ ├── 04_adding_files
|
|
│ ├── 05_webhooks
|
|
│ ├── 06_callback_functions
|
|
│ ├── 07_cache
|
|
│ └── 08_listening_to_messages
|
|
├── 02_interactions_and_components
|
|
│ ├── 01_slash_commands
|
|
│ │ ├── 01_using_slash_cmds
|
|
│ │ ├── 02_clearing_registered_cmds
|
|
│ │ ├── 03_sub_commands
|
|
│ │ ├── 04_autocompletion
|
|
│ │ ├── 05_file_parameters
|
|
│ │ └── 06_cmd_handler
|
|
│ ├── 02_ephemeral_replies
|
|
│ ├── 03_user_apps
|
|
│ ├── 04_resolved_objects
|
|
│ ├── 05_message_components
|
|
│ │ ├── 01_btn
|
|
│ │ ├── 02_advanced_btn
|
|
│ │ ├── 03_select_menu
|
|
│ │ ├── 04_select_menu_defaults
|
|
│ │ ├── 05_editing_msg_from_btn
|
|
│ │ └── 06_components_v2
|
|
│ ├── 06_modals
|
|
│ ├── 07_context_menus
|
|
│ └── 08_thinking
|
|
├── 03_music_and_audio
|
|
│ ├── 01_sound_board
|
|
│ ├── 02_opus_file
|
|
│ ├── 03_mp3_file
|
|
│ ├── 04_recording_vc
|
|
│ └── 05_join_or_switch_channel
|
|
├── 04_coroutines
|
|
│ ├── 01_intro
|
|
│ ├── 02_simple_cmds
|
|
│ ├── 03_waiting_for_events
|
|
│ └── 04_expiring_btn
|
|
└── 05_misc
|
|
├── 01_arbitrary_requests
|
|
├── 02_spdlog
|
|
├── 03_editing_channels_msgs
|
|
├── 04_threads
|
|
├── 05_caching_messages
|
|
├── 06_collecting_reactions
|
|
├── 07_eval_cmd
|
|
├── 08_checking_permissions
|
|
├── 09_bot_status
|
|
├── 10_emojis
|
|
└── 11_timers
|