mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
Add Discord Slash Command Bot (#5896)
This commit is contained in:
parent
fc70d7c075
commit
381eaced00
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ both for the command line and for other platforms:
|
|||
- [Discord Bot](https://github.com/sschr15/tldr-discord):
|
||||
[Follow the building instructions](https://github.com/sschr15/tldr-discord#building) or
|
||||
[use a privately hosted version](https://discord.com/api/oauth2/authorize?client_id=742800507210301520&permissions=18432&scope=bot)
|
||||
- [Discord Slash Command Bot](https://github.com/Epictek/tldr-Discord): use the [hosted instance](https://discord.com/api/oauth2/authorize?client_id=839254228736278579&permissions=0&scope=applications.commands%20bot) or view the [readme](https://github.com/Epictek/tldr-Discord#self-host-guide) for self hosting instructions.
|
||||
- Docker images:
|
||||
- [tldr-docker](https://github.com/nutellinoit/tldr-docker) - Run the `tldr` command via a docker container: `alias tldr='docker run --rm -it -v ~/.tldr/:/root/.tldr/ nutellinoit/tldr'`
|
||||
- Elixir clients:
|
||||
|
|
Loading…
Add table
Reference in a new issue