mirror of
https://github.com/jcreek/denBot.git
synced 2026-07-12 18:33:45 +00:00
fix(*): Fix bug with discord channel name formatting
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user