From da0627abe89792e70c79aea039f2bd83f7f62e1a Mon Sep 17 00:00:00 2001 From: cynic Date: Sat, 31 Dec 2022 09:17:53 +0000 Subject: [PATCH] add screed --- dorfl.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dorfl.py b/dorfl.py index 8daf82f..3f26e29 100644 --- a/dorfl.py +++ b/dorfl.py @@ -1,3 +1,9 @@ +# I wrote this script for use with the Station 00 Discord server on February 13, 2021 +# It enables users to create their own channels for which they have full Administrator permissions, +# contrary to the default system, in which only server owners are given the ability to create or +# moderate. The goal of a script like this is to encourage a self-governing community, where rules +# are created by users themselves. If a channel moderator is behaving tyrannically, another person +# can create a competing channel -- it's as close as you can probably get to a free-market democracy. import discord import time g_client = discord.Client()