|
1 | 1 | # [EN] Discord |
| 2 | + |
| 3 | +Discord is our main comunication tool for our community. The direct link |
| 4 | +to our discord is [http://discord.opensciencelabs.org](http://discord.opensciencelabs.org). |
| 5 | + |
| 6 | +## Conventions |
| 7 | + |
| 8 | +Each channel has a unique name with a prefix, according to the category. For example, |
| 9 | +a channel inside the category Python starts with the prefix `py-`. |
| 10 | + |
| 11 | +Some category name are long and some times it is hard to find a prefix for that. |
| 12 | +But, it is important that the prefix has some relation to the category. |
| 13 | + |
| 14 | +## Configuration |
| 15 | + |
| 16 | +TBD |
| 17 | + |
| 18 | +## Bots |
| 19 | + |
| 20 | +We use bots to help us to maintain our server. |
| 21 | + |
| 22 | +### MEE6 |
| 23 | + |
| 24 | +For ranking we are using **MEE6**. We don't have any activity our any rewards using the |
| 25 | +ranking score, but maybe in the future we can use it. |
| 26 | + |
| 27 | + |
| 28 | +### Dyno |
| 29 | + |
| 30 | +**Dyno bot** is used for maintainance tasks, such as: |
| 31 | + |
| 32 | +- welcome message |
| 33 | +- ban users |
| 34 | +- block users |
| 35 | +- etc (TODO: add all the options used) |
| 36 | + |
| 37 | +### YAGPDB.xyz |
| 38 | + |
| 39 | +**YAGPDB.xyz** bot is used for categories subscription. |
| 40 | + |
| 41 | +For more information about how to use it, check the following tutorial: |
| 42 | + |
| 43 | +https://docs.yagpdb.xyz/tools-and-utilities/self-assignable-roles |
| 44 | + |
| 45 | +When you have the group and the roles configured on **YAGPDB.xyz**, the next |
| 46 | +step is to create a custom messsage on **discord**, in the channel you want to |
| 47 | +have this subscription mechanism. |
| 48 | + |
| 49 | +1. In the message, add a title, a general description and the emoticons and theirs |
| 50 | +meaning. |
| 51 | +2. Get the message ID (you need to activate the development mode) |
| 52 | +3. Run the following command `!yagpdb-rolemenu create (group name) -m (message id) -nodm`, |
| 53 | +where `(group name)` and `(message id)` are placeholders and should be replaced by |
| 54 | +the correct values. |
| 55 | + |
| 56 | +## Development |
| 57 | + |
| 58 | +We have an internal channel for discussions about discord: `#collab-devops-discord`. |
| 59 | + |
| 60 | +Alos, there is a discord server for development, where we can test bots, new |
| 61 | +configurations or new features. |
| 62 | + |
| 63 | +If you want to join that server, you need to ask it in `#collab-devops-discord` channel. |
0 commit comments