aboutsummaryrefslogtreecommitdiffstats
path: root/botstrap.py (follow)
Commit message (Expand)AuthorAgeLines
* Replace deprecated functions with new pydantic v2 functionsGravatar Chris Lovering2023-08-11-3/+3
* Migrate code style to ruffGravatar Chris Lovering2023-04-11-1/+1
* return value from SilencedDictGravatar shtlrs2023-03-31-1/+1
* bring back the check of python help channelGravatar shtlrs2023-03-31-7/+11
* introduce SilencedDictGravatar shtlrs2023-03-30-10/+27
* add type annotation for guild_idGravatar shtlrs2023-03-30-1/+1
* move all methods under the DiscordClientGravatar shtlrs2023-03-30-120/+107
* append forum channel to categoryGravatar shtlrs2023-03-30-1/+3
* dedent signatureGravatar shtlrs2023-03-30-8/+9
* update channels dict after forum creationGravatar shtlrs2023-03-30-0/+1
* Merge branch 'main' into native-forum-channel-supportGravatar Boris Muratov2023-03-30-4/+4
|\
| * Improve wording in botstrap errorGravatar wookie1842023-03-24-4/+4
* | remove "circular" referencing of channel namesGravatar shtlrs2023-03-19-3/+3
* | remove olf version o fupgrade to community funcGravatar shtlrs2023-03-13-11/+1
* | appease linterGravatar shtlrs2023-03-12-14/+16
* | bring back the response event hookGravatar shtlrs2023-03-12-0/+1
* | replace upgrade_server_to_community with upgrade_server_to_community_if_neces...Gravatar shtlrs2023-03-12-18/+33
* | add necessary workflow to check guild features & act accordinglyGravatar shtlrs2023-03-12-0/+15
* | add is_forum_channel predicateGravatar shtlrs2023-03-12-0/+7
* | add new utilities to check/upgrade guild/channel statesGravatar shtlrs2023-03-12-0/+38
* | add constants neededGravatar shtlrs2023-03-12-0/+4
|/
* change mode to "wb"Gravatar shtlrs2023-03-12-1/+1
* write emoji_trashcan to .env.server upon botstrapGravatar shtlrs2023-03-11-1/+5
* Merge #2459: Update nested delimiter to double underscoreGravatar Amrou Bellalouna2023-03-09-1/+2
* replace . with _ when mapping webhook idsGravatar shtlrs2023-03-09-1/+1
* Merge #2408: Scaffold server config via a bootstrapping scriptGravatar Amrou Bellalouna2023-03-09-0/+164