staging into master #69

Merged
corbz merged 38 commits from staging into master 2024-10-14 22:34:03 +00:00
Showing only changes of commit c53dce1848 - Show all commits

View File

@ -525,7 +525,7 @@ async function loadChannelOptions(guildId) {
if (getCurrentlyActiveServer().guild_id === guildId)
$("#serverJoinAlert").show();
const guildName = getServerFromSnowflake(guildId).name;
const guildName = sanitise(getServerFromSnowflake(guildId).name);
throw new Error(
`Unable to retrieve channels from Guild <b>${guildName}</b>.