The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
# 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 |