8000 v1.1.4 by xNickyDev · Pull Request #7 · tryforge/ForgeTopGG · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.1.4 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files. Retry
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/events/posted.js

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

2 changes: 1 addition & 1 deletion dist/events/voted.js

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

2 changes: 1 addition & 1 deletion dist/events/voted.js.map

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

2 changes: 1 addition & 1 deletion dist/functions/voteGuildID.d.ts.map

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

1 change: 0 additions & 1 deletion dist/functions/voteGuildID.js

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

2 changes: 1 addition & 1 deletion dist/functions/voteGuildID.js.map

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

2 changes: 1 addition & 1 deletion metadata/events.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"name":"error","version":"1.0.0","description":"This event is called when an error occurs"},{"name":"posted","version":"1.0.0","description":"This event is called when your bot's stats are posted to top.gg"},{"name":"voted","version":"1.0.0","description":"This event is called when someone votes your top.gg bot"}]
[{"name":"error","version":"1.0.0","description":"This event is called when an error occurs"},{"name":"posted","version":"1.0.0","description":"This event is called when your bot's stats are posted to Top.gg"},{"name":"voted","version":"1.0.0","description":"This event is called when someone votes for your Top.gg bot"}]
2 changes: 1 addition & 1 deletion metadata/functions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"name":"$hasVoted","version":"1.0.0","description":"Checks whether a user has voted a bot","brackets":true,"args":[{"name":"user ID","rest":false,"required":true,"type":"User","description":"The user to check for vote"}],"unwrap":true,"output":["Boolean"]},{"name":"$monthlyVotes","version":"1.0.0","description":"Gets total votes of the bot this month","unwrap":false,"output":["Number"]},{"name":"$postStatsError","version":"1.0.0","description":"The error thrown while posting stats","unwrap":false,"output":["String"]},{"name":"$postedServerCount","version":"1.0.0","description":"The server count that was posted","unwrap":false,"output":["Number"]},{"name":"$postedShardCount","version":"1.0.0","description":"The amount of shards that was posted","unwrap":false,"output":["Number"]},{"name":"$postedShardID","version":"1.0.0","description":"The main shard id that was posted","unwrap":false,"output":["Number"]},{"name":"$totalVotes","version":"1.0.0","description":"Gets total votes of the bot","unwrap":false,"output":["Number"]},{"name":"$voteBotID","version":"1.0.0","description":"Returns the bot that was voted","unwrap":false,"output":["User"]},{"name":"$voteGuildID","version":"1.0.0","description":"Returns the guild that was voted","deprecated":true,"unwrap":false,"output":["Guild"]},{"name":"$voteIsWeekend","version":"1.0.0","description":"Returns whether the vote was during weekend","unwrap":false,"output":["Boolean"]},{"name":"$voteQuery","version":"1.0.0","description":"Returns the query params used for the guild","unwrap":false,"output":["String"]},{"name":"$voteType","version":"1.0.0","description":"Returns the type of the vote (upvoted | test)","unwrap":false,"output":["String"]},{"name":"$voteUserID","version":"1.0.0","description":"Returns the user who voted the bot","unwrap":false,"output":["User"]}]
[{"name":"$hasVoted","version":"1.0.0","description":"Checks whether a user has voted a bot","brackets":true,"args":[{"name":"user ID","rest":false,"required":true,"type":"User","description":"The user to check for vote"}],"unwrap":true,"output":["Boolean"]},{"name":"$monthlyVotes","version":"1.0.0","description":"Gets total votes of the bot this month","unwrap":false,"output":["Number"]},{"name":"$postStatsError","version":"1.0.0","description":"The error thrown while posting stats","unwrap":false,"output":["String"]},{"name":"$postedServerCount","version":"1.0.0","description":"The server count that was posted","unwrap":false,"output":["Number"]},{"name":"$postedShardCount","version":"1.0.0","description":"The amount of shards that was posted","unwrap":false,"output":["Number"]},{"name":"$postedShardID","version":"1.0.0","description":"The main shard id that was posted","unwrap":false,"output":["Number"]},{"name":"$totalVotes","version":"1.0.0","description":"Gets total votes of the bot","unwrap":false,"output":["Number"]},{"name":"$voteBotID","version":"1.0.0","description":"Returns the bot that was voted","unwrap":false,"output":["User"]},{"name":"$voteGuildID","version":"1.0.0","description":"Returns the guild that was voted","unwrap":false,"output":["Guild"]},{"name":"$voteIsWeekend","version":"1.0.0","description":"Returns whether the vote was during weekend","unwrap":false,"output":["Boolean"]},{"name":"$voteQuery","version":"1.0.0","description":"Returns the query params used for the guild","unwrap":false,"output":["String"]},{"name":"$voteType","version":"1.0.0","description":"Returns the type of the vote (upvoted | test)","unwrap":false,"output":["String"]},{"name":"$voteUserID","version":"1.0.0","description":"Returns the user who voted the bot","unwrap":false,"output":["User"]}]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryforge/forge.topgg",
"version": "1.1.3",
"version": "1.1.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/events/posted.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { TopGGEventHandler } from "../structures/TopGGEventHandlers";
export default new TopGGEventHandler({
name: "posted",
version: "1.0.0",
description: "This event is called when your bot's stats are posted to top.gg",
description: "This event is called when your bot's stats are posted to Top.gg",
listener(posted) {
const commands = this.getExtension(ForgeTopGG, true).commands.get("posted")

Expand Down
2 changes: 1 addition & 1 deletion src/events/voted.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { TopGGEventHandler } from "../structures/TopGGEventHandlers";
export default new TopGGEventHandler({
name: "voted",
version: "1.0.0",
description: "This event is called when someone votes your top.gg bot",
description: "This event is called when someone votes for your Top.gg bot",
listener(voted) {
const commands = this.getExtension(ForgeTopGG, true).commands.get("voted")

Expand Down
1 change: 0 additions & 1 deletion src/functions/voteGuildID.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default new NativeFunction({
name: "$voteGuildID",
version: "1.0.0",
description: "Returns the guild that was voted",
deprecated: true,
unwrap: false,
output: ArgType.Guild,
execute(ctx) {
Expand Down
0