Skip to content

Instantly share code, notes, and snippets.

View LifelagCheats's full-sized avatar
:electron:
Devving

Laggy LifelagCheats

:electron:
Devving
View GitHub Profile
@LifelagCheats
LifelagCheats / DiscordPy Tutorial.md
Created November 10, 2024 02:20 — forked from 4Kaylum/DiscordPy Tutorial.md
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