diff --git a/index.js b/index.js index ef544ec..719ca97 100644 --- a/index.js +++ b/index.js @@ -177,7 +177,7 @@ function getUserFromMention(mention) { } function getChannelName(username) { - return `${username.toLowerCase()}s-adventurers`; + return `${username.toLowerCase().replace(' ', '-')}s-adventurers`; } function makeTempChannel(message, adventureMessage) {