Welcome to my Windia All-in-One guide. I will attempt to teach you everything about Windia in this guide and point you to other guides to help you out. If you wish to contribute to this guide, either DM me on Discord at wallace#0828 or DM me on the forum.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Methodology obtained from https://github.com/Rapptz/RoboDanny/blob/24b757f605cc8b32aebcec87d6de0043e3812f2b/bot.py | |
# This file demonstrates how to write an antispam Discord Bot with discord.py | |
from discord.ext import commands | |
import datetime | |
MESSAGES = 5 |