mirror of
https://github.com/jcreek/denBot.git
synced 2026-07-13 02:43:46 +00:00
fix(*): Fix further missed lowercasing of channel names by Discord for text channels
This commit is contained in:
@@ -175,7 +175,7 @@ function getUserFromMention(mention) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getChannelName(username) {
|
function getChannelName(username) {
|
||||||
return `${username}s-adventurers`;
|
return `${username.toLowerCase()}s-adventurers`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function makeTempChannel(message, adventureMessage) {
|
function makeTempChannel(message, adventureMessage) {
|
||||||
|
|||||||
Reference in New Issue
Block a user