Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Fxc7 authored Jan 20, 2021
1 parent 6199be2 commit 8dd3085
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions lib/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,18 @@ const getRandom = (ext) => {
const spinner = {
"interval": 120,
"frames": [
"☝️",
"✌️",
"🤙"
"🕐",
"🕑",
"🕒",
"🕓",
"🕔",
"🕕",
"🕖",
"🕗",
"🕘",
"🕙",
"🕚",
"🕛"
]}

let globalSpinner;
Expand Down Expand Up @@ -125,7 +134,7 @@ const close = (id, text) => {
spins.fail(id, {text: text})
}

const banner = cfonts.render(('FXC7|BOT'), {
const banner = cfonts.render(('XPTN|BOT'), {
font: 'chrome',
color: 'candy',
align: 'center',
Expand Down

0 comments on commit 8dd3085

Please sign in to comment.