-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[4.0] Přihlášení do tabulek přes Discord
- Přidáno přihlášení přes Discord účet do tabulek - Přidána /web složka do .gitignore - Přidána blacklist funkce - Přidán balíček "node-fetch" - Přidán log kanál (pro LSSD) - Odebrána event funkce - Odebrána funkce pro zápis CPZ - Aktualizovány /docs - Aktualizován README.md - Aktualizován příkaz admin na leader - Aktualizována oprávnění
- Loading branch information
Showing
43 changed files
with
1,716 additions
and
1,462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,49 @@ | ||
# <img src="https://i.imgur.com/gfL0fGf.png" width="25" height="25"/> LEA Bot <img src="https://i.imgur.com/gfL0fGf.png" width="25" height="25"/> | ||
<div align="center"> | ||
<img src="https://i.imgur.com/EnZErOi.png" width="100" height="100"/> | ||
|
||
# LEA-Bot | ||
|
||
ℹ️ Formerly known as SAHP Bot. ℹ️ | ||
|
||
⚠️ Docs and most of the strings are primarily in the Czech language. ⚠️ | ||
|
||
</div> | ||
|
||
## POPIS | ||
|
||
*Český Discord bot pro Law Enforcement Agencies na GTA V FiveM roleplay serveru RefreshRP.* | ||
*Český Discord bot pro Law Enforcement Agencies na GTA V FiveM roleplay serveru NoLimit | RefreshRP.* | ||
|
||
*Aktuálně podporuje sbory SAHP <img src="https://i.imgur.com/xgFoKuX.png" width="15" height="15"/> a LSSD <img src="https://i.imgur.com/X3cH2iu.png" width="15" height="15"/>.* | ||
*Aktuálně podporuje sbory LSPD <img src="https://i.imgur.com/gfL0fGf.png" width="15" height="15"/> a LSSD <img src="https://i.imgur.com/X3cH2iu.png" width="15" height="15"/>.* | ||
|
||
Funkce: | ||
- zápis služeb zaměstnanců | ||
- zápiu omluvenek zaměstnanců | ||
- zápis výpisů z CPZ | ||
- účast v eventech | ||
- zápis omluvenek zaměstnanců | ||
- kontrola absence při událostech | ||
- zápis do blacklistu | ||
- webové tabulky *(HTML+JS+CSS s Express.js a API)* | ||
- LSSD tabulky | ||
- LSPD tabulky | ||
- blacklist (ze seznamu v DB) | ||
- divize (z rolí na Discord serverech) | ||
- a další | ||
|
||
## INFO | ||
|
||
##### DOKUMENTY: | ||
|
||
[](/docs/usage.md) [](/docs/terms-of-use.md) [](/docs/privacy-policy.md) | ||
[](/docs/usage.md) [](/docs/terms-of-use.md) [](/docs/privacy-policy.md) | ||
|
||
##### GITHUB: | ||
|
||
[](https://github.com/Azator-Entertainment/LEA-bot/stargazers) [](https://github.com/Azator-Entertainment/LEA-bot/tree/master/) [](https://github.com/Azator-Entertainment/LEA-bot/blob/master/LICENSE.md) | ||
|
||
##### VYROBENO S: | ||
##### VYTVOŘENO POMOCÍ: | ||
|
||
[]() []() []() []() | ||
    | ||
|
||
## LICENCE | ||
[](http://creativecommons.org/licenses/by-nc-nd/4.0/) | ||
|
||
Toto dílo je licencováno pod [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](http://creativecommons.org/licenses/by-nc-nd/4.0/). | ||
Kód můžete volně kopírovat a dále distribuovat na jakémkoli médiu nebo formátu. Při sdílení musíte poskytnout náležitý kredit / zdroj. Materiál nemůžete použít pro komerční účely. Pokud materiál remixujete, modifikujete, transformujete nebo na něm stavíte další práci, nesmíte upravený materiál dále distribuovat. | ||
Kód můžete volně kopírovat a dále distribuovat na jakémkoli médiu nebo formátu. Při sdílení musíte poskytnout náležitý kredit. Materiál nemůžete použít pro komerční účely. Pokud materiál remixujete, modifikujete, transformujete nebo na něm zakládáte další práci, nesmíte upravený materiál dále distribuovat. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"name": "Will Smith", | ||
"displayName": "William", | ||
"username": "smith01", | ||
"id": "0000000000000000001", | ||
"from": { | ||
"dep": "LSSD", | ||
"name": "Dwayne Johnson", | ||
"username": "dwayne02", | ||
"displayName": "TheRock", | ||
"id": "0000000000000000002", | ||
"timestamp": "31. 12. 2020", | ||
"reason": "corruption" | ||
} | ||
} | ||
] |
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.