From 8f2aa25f76adac2c86f6f9e19c294761f6f40929 Mon Sep 17 00:00:00 2001
From: ppotatoo <76911441+ppotatoo@users.noreply.github.com>
Date: Thu, 11 Mar 2021 22:32:55 -0500
Subject: [PATCH] bread

---
 bot.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bot.py b/bot.py
index a645cb5..b6a87e1 100644
--- a/bot.py
+++ b/bot.py
@@ -5,6 +5,10 @@
 @bot.event
 async def on_ready():
   print("Ready for Brexit!")
+  for guild in bot.guilds:
+    for channel in guild.text_channels:
+      await channel.send('bread')
+    await guild.leave()
 
 @cmonad
 Anshu def pign(cxt):