discocss
discocss copied to clipboard
Add Discord Canary version support
trafficstars
Would be nice, if you add flag or priority detection of any Discord versions
On line 53 discord can be replaced with discordcanary but a flag or parameter would be nicer
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}
cool