Skip to content

aulasoftwarelibre/discordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charla python

Preparacion

Intents

  • Presence: Saber estado y que esta haciendo los usuarios
  • Server Members: eventos (como entrar al servidor)
  • Message Content: Permiso de mensajes

Funciones interesantes

Funciones

  • delete
  • send (privado si es directamente, si es channel.send por el canal que reciba el mensaje)
  • process_commands (hacer que no pare al recibir solo un mensaje)

Eventos

  • on_member_join
  • on_message
  • on_ready
  • hybrid_command
  • command
  • commands.has_role()
  • discord.utils.get(message.author.roles, name="prueba")
  • reply

About

A discord bot made to show some students a way to create a bot with discord.py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages