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 ...