discocss icon indicating copy to clipboard operation
discocss copied to clipboard

Add Discord Canary version support

Open RustemB opened this issue 4 years ago • 3 comments
trafficstars

Would be nice, if you add flag or priority detection of any Discord versions

RustemB avatar Jun 18 '21 01:06 RustemB

On line 53 discord can be replaced with discordcanary but a flag or parameter would be nicer

LukasDoesDev avatar Aug 03 '21 12:08 LukasDoesDev

The following line will take in the first parameter to the bash script. If the parameter does not exist the default "discord" is used:

discord_type=${1:-discord}

LukasDoesDev avatar Aug 03 '21 13:08 LukasDoesDev

cool

RustemB avatar Aug 03 '21 16:08 RustemB