|
|
@ -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 discord |
|
|
|
import time |
|
|
|
import time |
|
|
|
g_client = discord.Client() |
|
|
|
g_client = discord.Client() |
|
|
|