Skip to content

KuligKamil/discord-bot-pycon2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👾 PyCon 2023 | Discord Bot

Python version

This exercise designed to explore basics of discord.py package. After the completion, you will know:

  • How to create an instance of commands.Bot
  • How to creatre on_ready event to register start-up functionality
  • How to create commands with discord.ext.commands
  • How to interactively use reactions and wait_for command for output

Basics Exercise 1

Goal:

1. Create on_ready event to get message in the channel to confirm that bot is ready

Optional: Send your message to the selected channel. In order to get your channel id, right click on the general channel under the text channels of your server

2. Create /hello command where bot asks you questions and reply accordingly with your answers. Simply, create below dialogue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published