You've already forked NitroSniper
mirror of
https://github.com/neoarz/NitroSniper.git
synced 2026-05-11 13:15:37 +02:00
fix: author and header files
This commit is contained in:
@@ -6,7 +6,6 @@ dm @neoarz if u need help or have any questions
|
||||
https://github.com/neoarz/NitroSniper
|
||||
*/
|
||||
|
||||
import { Devs } from "@utils/constants";
|
||||
import { Logger } from "@utils/Logger";
|
||||
import definePlugin from "@utils/types";
|
||||
import { Message } from "@vencord/discord-types";
|
||||
@@ -117,7 +116,10 @@ function processQueue() {
|
||||
export default definePlugin({
|
||||
name: "NitroSniper",
|
||||
description: "Automatically redeems Nitro gift links sent in chat",
|
||||
authors: [Devs.neoarz],
|
||||
authors: [{
|
||||
name: "neoarz",
|
||||
id: 218675193592283137n
|
||||
}],
|
||||
tags: ["Chat", "Utility"],
|
||||
searchTerms: ["nitro", "gift", "redeem", "snipe"],
|
||||
settings,
|
||||
|
||||
Reference in New Issue
Block a user