Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmitt authored Aug 13, 2023
1 parent 42caee0 commit 107d993
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
# SyncBot

Version -- SyncBot v2.0

*NEW FEATURES*
- Uses Postgresql-15 database to store pertinent information by Server.
- Allows server admin to make a personalized !create command.
- Allows server admin to make a !channel where a particular !create command can be used.
- Allows server admin to !initialize a previously created channel to work with a !create command.

When a user uses "!create groupType groupName" command, there's three things that happen:

1. A server role is created based on the groupName
2. A server message is created in the appropriate channel, which will be modifiable by the admin (i.e. if !create groupType if used, depending on where admin set groupType to exist in the server, the standard message and reaction role will be posted there)
3. A text-channel is formed with the groupName as its title, and then its permissions are set to private so that only people with the groupName role can see it.

Wehn an admin uses "!channel channelName groupType" command,

1. A discord channel is created with the channelName
2. Users can now use !create groupType and posts will populate in that channelName
3. Postgres database is updated to store that channel's information and what groupType is associated with it.

<hr>

Version -- SyncBot v1.0

Use the command !create groupName and let the bot handle the rest. This will:
Expand Down

0 comments on commit 107d993

Please sign in to comment.