mirror of
https://github.com/jcreek/denBot.git
synced 2026-07-14 03:13:46 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e752d3ce80 |
@@ -177,7 +177,7 @@ function getUserFromMention(mention) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getChannelName(username) {
|
function getChannelName(username) {
|
||||||
return `${username.toLowerCase()}s-adventurers`;
|
return `${username.toLowerCase().replace(' ', '-')}s-adventurers`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function makeTempChannel(message, adventureMessage) {
|
function makeTempChannel(message, adventureMessage) {
|
||||||
|
|||||||
Reference in New Issue
Block a user