Skip to content

Commit

Permalink
fix(misc): change stasahbin scheme to https (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMissx authored Sep 15, 2023
1 parent e0a5bf7 commit 7ae4585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anjani/plugins/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ async def cmd_paste(self, ctx: command.Context, service: Optional[str] = None) -

uris = {
"-h": "https://hastebin.com/documents",
"-s": "http://stashbin.xyz/api/document",
"-s": "https://stashbin.xyz/api/document",
"hastebin": "https://hastebin.com/documents",
"stashbin": "http://stashbin.xyz/api/document",
"stashbin": "https://stashbin.xyz/api/document",
"spacebin": "https://spaceb.in/api/v1/documents/",
}
try:
Expand Down

0 comments on commit 7ae4585

Please sign in to comment.