freyacodes / archived-bot

A Discord music bot serving music in over 3 million discord servers
https://fredboat.com/docs
MIT License
487 stars 210 forks source link

Fix Discord domain #631

Closed schnapster closed 4 years ago

schnapster commented 4 years ago

I just ran

rg '(?<!cdn.)discordapp.com' --pcre2 --files-with-matches | xargs gsed -i 's/discordapp\.com/discord\.com/g'

over all the random projects I have checked out so here's a drive-by PR changing it.