mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-05 14:55:48 +00:00
Verif: add rule 11
This commit is contained in:
parent
0629a09d69
commit
f44e1ea17b
|
@ -72,7 +72,14 @@ welcome_rules = (
|
||||||
""",
|
""",
|
||||||
|
|
||||||
# 10
|
# 10
|
||||||
'The first character of your server nickname should be alphanumeric if you wish to talk in chat.'
|
'The first character of your server nickname should be alphanumeric if you wish to talk in chat.',
|
||||||
|
|
||||||
|
# 11
|
||||||
|
"""
|
||||||
|
Do not boost the server.
|
||||||
|
• ReSwitched neither wants nor needs your server boosts, and your money is better off elsewhere. Consider the EFF (or a charity of your choice).
|
||||||
|
• Boosting the server is liable to get you kicked (to remove the nitro boost role), and/or warned. Roles you possessed prior to the kick may not be restored in a timely fashion.
|
||||||
|
"""
|
||||||
)
|
)
|
||||||
|
|
||||||
welcome_footer = (
|
welcome_footer = (
|
||||||
|
|
Loading…
Reference in a new issue