forked from codex-iter/codex-bot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.py
53 lines (36 loc) · 1.21 KB
/
settings.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
RULES = """To the new people joining:
We keep track of all members here :
http://codex.subhrajitpy.me
Add your names:
https://github.com/SubhrajitPrusty/codex-github/issues/17
There's a desktop and web client for Telegram so that you can stay updated everywhere.
Some channels and groups that you can utilise on telegram.
@linux_group
@thedevs
@pythongroup
@python
@science
@theprogrammingartgroup
@TechGuide
@fullstackbroadcast
@linuxgram
@techbinder
@javaebooks
@theprogrammingart
@letstalkprogramming
Some useful bots:
@rextester_bot
@gif
@stickers
@wiki
@imdb
Be respectful. Dont spam. Read the group rules.
In the @codexinit group
* check someone's submission - ask them if they can make improvements
* ask them what they're familiar with or working on
* give them a suitable minor - but something that they have to learn in a short time period
or if they seem weak with structuring code, then something that requires a good structure (a game would be one example)
You don't have to be an admin to review submissions.
#init #pin
"""
BOT_INTRO = "Hello I'm Alfred the official butler of CODEX, here are somethings I can do:\n\n/helpme for Alfred's commands\n/xkcd for a bit of everthing\n/rules for CODEXs' rules"