-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Issue mentions to links bot for Discord | ||
|
||
This litte bot converts mentions of issues on public issue trackers (e.g. Github issue tracker) to links | ||
to the web UIs of them. | ||
|
||
It will turn #123 to https://github.com/organization/project/issues/123. | ||
|
||
Use this URL to link the bot to your server. | ||
|
||
https://discord.com/api/oauth2/authorize?client_id=899976579218808842&permissions=2048&scope=bot%20applications.commands | ||
|
||
Afterwards use /setissueurl to set the URL to your issue tracker. |