Skip to content

Commit

Permalink
Update Ads Time
Browse files Browse the repository at this point in the history
  • Loading branch information
TisMeCastle committed Nov 8, 2023
1 parent 6c40964 commit 02de172
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 48 deletions.
42 changes: 0 additions & 42 deletions commands/Graphics/PlayerBanner2.0.svg

This file was deleted.

4 changes: 2 additions & 2 deletions commands/Tourney/ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ module.exports = {
let creator = "";
let week = "Weekly ";
let elim = "Single";
let time = "17:00:00";
let time = "18:00:00";
let graphTime = ""
let streamLink = "https://twitch.tv/clovarity";
let xaxis = "";
let prizing = interaction.options.getString("prizepool") || "1st: $70 | 2nd: $30";

if (time === "17:00:00") {
if (time === "18:00:00") {
graphTime = "8pm EST"
}

Expand Down
157 changes: 153 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"discord-api-types": "^0.24.0",
"discord.js": "^13.14.0",
"dotenv": "^10.0.0",
"gm": "^1.25.0",
"moment": "^2.29.4",
"number-to-words": "^1.2.4",
"oauth": "^0.10.0",
Expand Down

0 comments on commit 02de172

Please sign in to comment.