Day 2 - Let's create some Python code!
So, we've done a little prep work in Discord for our bot, let's look at a basic set of Python code that'll essentially get our bot basically working:
import discord
from discord.ext import commands
What these 2 lines do:
Import the discord library ...
lilkittykat.hashnode.dev4 min read
Lucy
A new coder sharing my learning!
I realised that I missed out an important line that was introduced in Discord.py v1.5 which I will be including at the start of Day 3!