fix(*): Fix bug with discord channel name formatting

This commit is contained in:
2020-10-26 16:20:53 +00:00
parent eb412928ea
commit 55c89fe988
+1 -1
View File
@@ -114,7 +114,7 @@ function getUserFromMention(mention) {
} }
function getChannelName(username) { function getChannelName(username) {
return `${username}'s adventurers`; return `${username}s-adventurers`;
} }
function makeTempChannel(message) { function makeTempChannel(message) {