Skip to content

Instantly share code, notes, and snippets.

View telostia's full-sized avatar

telostia telostia

  • telostia
  • Planet Earth
View GitHub Profile
@4Kaylum
4Kaylum / DiscordPy Tutorial.md
Last active June 4, 2024 06:00
A simple bot tutorial for Discord.py

Writing a Discord bot with Discord.py

Hey one, hey all, and welcome to a basic Discord bot writing tutorial. This is a basic tutorial that doesn't cover coding in general, but rather how to work with the Discord.py (v1.0.0a) library and how to write a simple bot with it. General help can be found on the Discord API guild and in the documentation.

This tutorial assumes some prior knowledge of programming, and assumes you already have Python3.5 (and Pip) or later installed and added to your PATH.

With that, let's get to it.

Installation