mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-13 05:20:36 +00:00
fix: convert to unix line endings
This commit is contained in:
parent
92276f247e
commit
2249ac2c45
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import stream from "got";
|
|||
import unzip from "unzip-stream";
|
||||
|
||||
const weclomeASCII = getConstant("welcomeMessage")
|
||||
console.log(weclomeASCII)
|
||||
console.log(weclomeASCII)
|
||||
|
||||
inquirer
|
||||
.prompt([
|
||||
|
|
Loading…
Reference in a new issue