Skip to content

Commit

Permalink
Update ads.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TisMeCastle committed Apr 7, 2024
1 parent bccf0f7 commit 97566e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/Tourney/ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ module.exports = {
let creator = "";
let week = "Weekly ";
let elim = "Single";
let time = "18:00:00";
let time = "17:00:00";
let streamLink = "https://twitch.tv/clovarity";
let prizing = interaction.options.getString("prizepool") || "1st: $70 | 2nd: $30";

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

Expand Down

0 comments on commit 97566e9

Please sign in to comment.