mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2025-03-13 14:34:31 +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";
|
import unzip from "unzip-stream";
|
||||||
|
|
||||||
const weclomeASCII = getConstant("welcomeMessage")
|
const weclomeASCII = getConstant("welcomeMessage")
|
||||||
console.log(weclomeASCII)
|
console.log(weclomeASCII)
|
||||||
|
|
||||||
inquirer
|
inquirer
|
||||||
.prompt([
|
.prompt([
|
||||||
|
|
Loading…
Add table
Reference in a new issue