Skip to content

Commit

Permalink
Update Akira.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLYNN committed Jan 6, 2024
1 parent e00c7e8 commit 4199f7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions SRC/Akira.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
const token = require("./handler/token.js");
const events = require("./handler/events.js");
const intents = require("./handler/intents.js");
const { ForgeDB } = require("forgedb")
const { ForgeClient } = require("forgescript")
const { ForgeTopGG } = require("forgetop.gg");
const { ForgeDB } = require("forgedb") // https://github.com/tryforge/ForgeDB/tree/dev
const { ForgeClient } = require("forgescript") // https://github.com/tryforge/ForgeScript/tree/dev
const { ForgeTopGG } = require("forgetop.gg"); // https://github.com/tryforge/ForgeTopGG/tree/dev

// const { ForgeMusic } = require("forge-music")
// const { ForgeMusic } = require("forge-music") // https://github.com/tryforge/ForgeMusic

const top = new ForgeTopGG({
token: "SECRET-TOKEN",
token: "SECRET-TOKEN",
auth: "SECRET-AUTH",
events: [
"error",
Expand Down Expand Up @@ -69,7 +69,7 @@ top.commands.add({
$addField[User:;<@$get[user]>]
$addField[Bot:;<@$botID>]
$addField[Voted at:;<t:$round[$math[$getTimestamp/1000]]:f>]
$addField[Can vote again in:;<t:$math[$round[$math[$getTimestamp/1000]]+43200:f>]
$addField[Can vote again in:;<t:$math[$round[$math[$getTimestamp/1000]]+43200]:f>]
$addField[Total Votes:;$totalVotes]
$addField[Monthly Votes:;$monthlyVotes]
$footer[This vote was a test.]
Expand Down

0 comments on commit 4199f7f

Please sign in to comment.