Simple Discord Bot :)

Related tags

Video/Audio HackBot
Overview

HackBot

logo
badge-lang badge-issues badge-forks badge-stars badge-license badge-activity badge-repoSize

Zielino | 27-09-2021


HackBot - Discord Bot with Network commands such as Redirect checking

Includes

  • Database

  • Logging

    • Debug, Warns, and Errors in pretty style
    • Events logging: guildCreate and guildDelete
    • Commands logging: Format: [UserName#ID] in `[serverName]`: {prefix}[command]

    Examples:

    If someone tries to use the ownerOnly command:

    2021-10-10 16:08:54 - warn [index.js]: 0h_P10t3r#3743 in `Zielino's Sever`: Tried to use *ownerOnly* command: ;eval

    If it is a normal command:

    2021-10-10 16:14:33 - warn [index.js]: Zielino#7342 in `Zielino's Sever`: ;redirect

Requirements

  • Node.js v16.11.0 or higher (Node.js v16.11.x should work as well)
  • Yarn v1.22.15 or higher (Yarn v1.22.x should work as well)

Installing & running

  1. At first you need to clone the repo. To do this open your terminal/cmd and use this command.
$ git clone https://github.com/Zielin0/HackBot.git
  1. Install all required dependencies.
$ yarn
  1. Edit config.json (in root directory).
{
  "name": "HackBot",
  "token": "YOUR_TOKEN",
  "prefix": ";",
  "ownerId": "YOUR_ID"
}
  1. Add db.sqlite file to data/ folder in root directory

  2. Run the bot.

$ yarn start

Issues

If you encounter any issues, please open an ISSUE.

No known issues at the moment.

Commands table

Name Category Usage Examples
Eval Owner ;eval [code] ;eval console.log('Hello, HackBot!')
GuildBan Owner ;guildban [guildId] ;guildban 694865553835163648
Invite Owner ;invite [guildId] ;invite 694865553835163648
LeaveGuild Owner ;leaveguild [guildId] ;leaveguild 694865553835163648
Neofetch Owner ;neofetch ;neofetch
Servers Owner ;servers ;servers
Shutdown Owner ;shutdown ;shutdown
UnGuildBan Owner ;unguildban [guildId] ;unguildban 694865553835163648
Whois Hack ;whois [domain] ;whois zielinus.gq
Redirect Hack ;redirect [url] ;redirect https://dc.zielinus.gq
PingIp Hack ;pingip [ip] ;pingip 8.8.8.8
GenBotInvite Hack ;genbotinvite [botId] ;genbotinvite 886585147573555210

License

This project is under the MIT license.

TODO

  • Logging [27-09-2021]
  • Emojis
  • Implementing ownerOnly property for commands [28-09-2021]
  • Implementing Database (better-sqlite3) [30-09-2021]
  • Owne Commands [12-10-2021]
    • Eval [28-09-2021]
    • Shutdown [28-09-2021]
    • Servers [28-09-2021]
    • Invite [28-09-2021]
    • LeaveGuild [28-09-2021]
    • ServerBan [29-09-2021]
    • Neofetch [29-09-2021]
  • Hack Commands [09-10-2021]
    • Whois command [09-10-2021]
    • Redirect command [09-10-2021]
    • Ping command [09-10-2021]


Contributors


Zielin0

💻 📖 🥊

Zuzia16

🥊

0h_P10t3r

🥊 💻

Heros1011

🥊

Others

Feel free to star and fork the repo.

You can also join my discord server here.

Comments
  • build(deps): bump discord.js from 13.12.0 to 14.7.1

    build(deps): bump discord.js from 13.12.0 to 14.7.1

    Bumps discord.js from 13.12.0 to 14.7.1.

    Release notes

    Sourced from discord.js's releases.

    14.7.1

    Bug Fixes

    14.7.0

    Bug Fixes

    • MessageMentions: Add InGuild generic (#8828) (f982803)
    • Activity: Fix equals() not checking for differing emoji (#8841) (7e06f68)
    • Fixed react/astro/guide/discord.js build, updated dependencies, fix crawlvatar (#8861) (d0c8256)
    • escapeMarkdown: Fix double escaping (#8798) (d6873b7)
    • Transfomers: Call .toJSON in toSnakeCase (#8790) (017f9b1)
    • Censor token in debug output (#8764) (53d8e87)
    • Pin @​types/node version (9d8179c)

    Documentation

    Features

    Refactor

    • Embed: Use embedLength function from builders (#8735) (cb3826c)

    14.6.0

    Bug Fixes

    • ClientOptions: Make ClientOptions#intents returns an IntentsBitField (#8617) (4c2955a)
    • Correctly construct a builder (#8727) (e548e6a)
    • Components: Error with unknown components (#8724) (6fd331d)
    • Client: Don't auth for webhook fetches with token (#8709) (01d75c8)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump better-sqlite3 from 7.6.2 to 8.0.1

    build(deps): bump better-sqlite3 from 7.6.2 to 8.0.1

    Bumps better-sqlite3 from 7.6.2 to 8.0.1.

    Release notes

    Sourced from better-sqlite3's releases.

    v8.0.1

    What's Changed

    New Contributors

    Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v8.0.0...v8.0.1

    v8.0.0

    Breaking Changes

    • Dropped support for Node.js versions 10.x and 12.x.

    Non-breaking Changes

    New Contributors

    Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v7.6.2...v8.0.0

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump better-sqlite3 from 7.6.2 to 8.0.0

    build(deps): bump better-sqlite3 from 7.6.2 to 8.0.0

    Bumps better-sqlite3 from 7.6.2 to 8.0.0.

    Release notes

    Sourced from better-sqlite3's releases.

    v8.0.0

    Breaking Changes

    • Dropped support for Node.js versions 10.x and 12.x.

    Non-breaking Changes

    New Contributors

    Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v7.6.2...v8.0.0

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump discord.js from 13.12.0 to 14.6.0

    build(deps): bump discord.js from 13.12.0 to 14.6.0

    Bumps discord.js from 13.12.0 to 14.6.0.

    Release notes

    Sourced from discord.js's releases.

    14.6.0

    Bug Fixes

    Documentation

    • Utils: Remove private from parseEmoji (#8718) (a31e605)
    • Update UserContextMenuCommandInteraction documentation (#8717) (7556db2)
    • Fix AwaitMessageComponentOptions typedef (#8696) (9effd82)

    Features

    • Util: Escape more markdown characters (#8701) (7b8966b)
    • GuildChannelManager: Allow creating channels with a default auto archive duration (#8693) (628759b)
    • Add @discordjs/util (#8591) (b2ec865)
    • ForumChannel: Add defaultSortOrder (#8633) (883f6e9)

    Refactor

    • Rename Error to DiscordjsError internally (#8706) (aec44a0)

    Typings

    14.5.0

    Bug Fixes

    • ThreadChannel: Add forum channel to parent (#8664) (0126d9b)
    • GuildChannelManager: Allow creating webhooks on forums (#8661) (16fcdc3)
    • ForumChannel: Implement missing properties and methods (#8662) (8622939)
    • RepliableInteraction respect cached generic (#8667) (578bc95)
    • ThreadChannel: Allow editing flags (#8671) (1244854)
    • GuildChannelManager: Typo in flags property name when editing (#8669) (fc8ed81)

    Documentation

    Features

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump axios from 0.27.2 to 1.1.2

    build(deps): bump axios from 0.27.2 to 1.1.2

    Bumps axios from 0.27.2 to 1.1.2.

    Release notes

    Sourced from axios's releases.

    v1.1.2

    [1.1.2] - 2022-10-07

    Fixed

    • Fixed broken exports for UMD builds.

    Contributors to this release

    v1.1.1

    [1.1.1] - 2022-10-07

    Fixed

    • Fixed broken exports for common js. This fix breaks a prior fix, I will fix both issues ASAP but the commonJS use is more impactful.

    Contributors to this release

    v1.1.0

    [1.1.0] - 2022-10-06

    Fixed

    • Fixed missing exports in type definition index.d.ts #5003
    • Fixed query params composing #5018
    • Fixed GenericAbortSignal interface by making it more generic #5021
    • Fixed adding "clear" to AxiosInterceptorManager #5010
    • Fixed commonjs & umd exports #5030
    • Fixed inability to access response headers when using axios 1.x with Jest #5036

    Contributors to this release

    v1.0.0

    Changelog

    [1.0.0] - 2022-10-04

    Added

    • Added stack trace to AxiosError #4624

    ... (truncated)

    Changelog

    Sourced from axios's changelog.

    [1.1.2] - 2022-10-07

    Fixed

    • Fixed broken exports for UMD builds.

    Contributors to this release

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump discord.js from 13.11.0 to 14.5.0

    build(deps): bump discord.js from 13.11.0 to 14.5.0

    Bumps discord.js from 13.11.0 to 14.5.0.

    Release notes

    Sourced from discord.js's releases.

    14.5.0

    Bug Fixes

    • ThreadChannel: Add forum channel to parent (#8664) (0126d9b)
    • GuildChannelManager: Allow creating webhooks on forums (#8661) (16fcdc3)
    • ForumChannel: Implement missing properties and methods (#8662) (8622939)
    • RepliableInteraction respect cached generic (#8667) (578bc95)
    • ThreadChannel: Allow editing flags (#8671) (1244854)
    • GuildChannelManager: Typo in flags property name when editing (#8669) (fc8ed81)

    Documentation

    Features

    • GuildChannelManager: Allow editing flags (#8637) (abb7226)

    Refactor

    • GuildBanManager: Add deprecation warning for deleteMessageDays (#8659) (e993122)

    Typings

    • GuildChannelManager: Handle forum channel overload (#8660) (1486bc9)
    • Caches: Allow GuildForumThreadManager and GuildTextThreadManager (#8665) (2487e3b)

    14.4.0

    Bug Fixes

    • Correct applied tags type (#8641) (f6f15d8)
    • ThreadChannel: Make fetchStarterMessage() work in forum posts (#8638) (a7f816e)
    • Update messageCount/totalMessageSent on message events (#8635) (145eb2f)
    • Footer / sidebar / deprecation alert (ba3e0ed)

    Documentation

    Features

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump discord.js from 13.10.3 to 14.3.0

    build(deps): bump discord.js from 13.10.3 to 14.3.0

    Bumps discord.js from 13.10.3 to 14.3.0.

    Release notes

    Sourced from discord.js's releases.

    14.3.0

    Bug Fixes

    Documentation

    • GuildAuditLogsEntry: Correct action wording (#8499) (7d25072)

    Features

    Refactor

    • GuildAuditLogsEntry: Remove guild from application command permission update extra (#8520) (2b8074d)

    Typings

    • Inference of guild in MessageManager (#8538) (6bb1474)
    • Allow choice's value type to be strictly inferred (#8529) (b3f7c32)
    • GuildAuditLogs: Allow fetching to return all possible values (#8522) (0dba8ad)
    • Correct EventEmitter.on (static) return type (#8524) (16bbc8a)
    • GuildAuditLogs: Remove static Entry (#8521) (7a3d18d)
    • Disallow some channel types from webhook creation (#8531) (4882b17)
    • Implement max/min values for autocomplete (#8498) (812f7f1)
    • ModalMessageModalSubmitInteraction: ChannelId is not nullable (#8496) (c31a5cf)
    • Change type of ApplicationCommandSubCommand.options (#8476) (ebaf158)

    14.2.0

    Bug Fixes

    • ThreadChannel: Handle possibly null parent (#8466) (afa27b1)
    • Remove DM channels from Client#messageDeleteBulk's types (#8460) (6c6fe74)
    • Transformers: Do not transform Date objects (#8463) (0e2a095)
    • ModalSubmitInteraction: Allow deferUpdate (#8455) (0fab869)
    • Guild: Unable to fetch templates (#8420) (aac8acc)
    • MessageMentions: Infinite loop in parsedUsers getter (#8430) (b8a3136)
    • DataResolver: Make Buffer from string (#8416) (e72b986)

    Documentation

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump discord.js from 13.10.2 to 14.2.0

    build(deps): bump discord.js from 13.10.2 to 14.2.0

    Bumps discord.js from 13.10.2 to 14.2.0.

    Release notes

    Sourced from discord.js's releases.

    14.2.0

    Bug Fixes

    • ThreadChannel: Handle possibly null parent (#8466) (afa27b1)
    • Remove DM channels from Client#messageDeleteBulk's types (#8460) (6c6fe74)
    • Transformers: Do not transform Date objects (#8463) (0e2a095)
    • ModalSubmitInteraction: Allow deferUpdate (#8455) (0fab869)
    • Guild: Unable to fetch templates (#8420) (aac8acc)
    • MessageMentions: Infinite loop in parsedUsers getter (#8430) (b8a3136)
    • DataResolver: Make Buffer from string (#8416) (e72b986)

    Documentation

    Features

    Typings

    • Message: Correct bulkDelete return type (#8465) (c5b96a1)
    • Fix missing types for mentionable options (#8443) (452e94f)
    • ApplicationCommandOption: Add ApplicationCommandBooleanOption (#8434) (38275fc)

    14.1.2

    Bug Fixes

    Documentation

    • Embed: Ensure height and width are numbers (#8396) (fca3dad)

    14.1.1

    Info

    • 14.1.1 release bump to update @​discordjs/builders dependency, no new features.

    14.1.0

    Bug Fixes

    • MessageMentions: ignoreRepliedUser option in has() (#8202) (b4e2c0c)
    • GuildChannelManager: Allow unsetting rtcRegion (#8359) (a7d49e5)
    • ThreadChannel: Omit webhook fetching (#8351) (3839958)
    • GuildAuditLogsEntry: Replace OverwriteType with AuditLogOptionsType (#8345) (58c1b51)
    • ShardClientUtil#_respond: Construct global error (#8348) (8e520f9)
    • Presence: Do not return NaN for activity timestamp (#8340) (df42fdf)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump discord.js from 13.9.2 to 14.1.2

    build(deps): bump discord.js from 13.9.2 to 14.1.2

    Bumps discord.js from 13.9.2 to 14.1.2.

    Release notes

    Sourced from discord.js's releases.

    14.1.2

    Bug Fixes

    Documentation

    • Embed: Ensure height and width are numbers (#8396) (fca3dad)

    14.1.1

    Info

    • 14.1.1 release bump to update @​discordjs/builders dependency, no new features.

    14.1.0

    Bug Fixes

    • MessageMentions: ignoreRepliedUser option in has() (#8202) (b4e2c0c)
    • GuildChannelManager: Allow unsetting rtcRegion (#8359) (a7d49e5)
    • ThreadChannel: Omit webhook fetching (#8351) (3839958)
    • GuildAuditLogsEntry: Replace OverwriteType with AuditLogOptionsType (#8345) (58c1b51)
    • ShardClientUtil#_respond: Construct global error (#8348) (8e520f9)
    • Presence: Do not return NaN for activity timestamp (#8340) (df42fdf)
    • Client: Omit private properties from toJSON (#8337) (830c670)
    • ApplicationCommandManager: Allow passing 0n to defaultMemberPermissions (#8311) (1fb7b30)

    Documentation

    • InteractionResponses: Add showModal() return type (#8376) (0b61dbf)
    • WebhookClient: Document working options (#8375) (ba6797e)
    • Message: Document gateway intent for content (#8364) (2130aae)
    • Use info blocks for requirements (#8361) (80b9738)
    • WebhookClient: Make constructor a union (#8370) (e9920a9)
    • Update docs and examples to PascalCase links (#8305) (34ba9d1)

    Features

    Refactor

    Typings

    • GuildAuditLogsEntryExtraField: Use AuditLogOptionsType (#8349) (200ab91)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump discord.js from 13.9.2 to 14.1.0

    build(deps): bump discord.js from 13.9.2 to 14.1.0

    Bumps discord.js from 13.9.2 to 14.1.0.

    Release notes

    Sourced from discord.js's releases.

    14.1.0

    Bug Fixes

    • MessageMentions: ignoreRepliedUser option in has() (#8202) (b4e2c0c)
    • GuildChannelManager: Allow unsetting rtcRegion (#8359) (a7d49e5)
    • ThreadChannel: Omit webhook fetching (#8351) (3839958)
    • GuildAuditLogsEntry: Replace OverwriteType with AuditLogOptionsType (#8345) (58c1b51)
    • ShardClientUtil#_respond: Construct global error (#8348) (8e520f9)
    • Presence: Do not return NaN for activity timestamp (#8340) (df42fdf)
    • Client: Omit private properties from toJSON (#8337) (830c670)
    • ApplicationCommandManager: Allow passing 0n to defaultMemberPermissions (#8311) (1fb7b30)

    Documentation

    • InteractionResponses: Add showModal() return type (#8376) (0b61dbf)
    • WebhookClient: Document working options (#8375) (ba6797e)
    • Message: Document gateway intent for content (#8364) (2130aae)
    • Use info blocks for requirements (#8361) (80b9738)
    • WebhookClient: Make constructor a union (#8370) (e9920a9)
    • Update docs and examples to PascalCase links (#8305) (34ba9d1)

    Features

    Refactor

    Typings

    • GuildAuditLogsEntryExtraField: Use AuditLogOptionsType (#8349) (200ab91)

    14.0.3

    Bug Fixes

    14.0.2

    Bug Fixes

    • DataResolver#resolveImage: Adjust to updated resolveFile (#8308) (3a7e93d)

    14.0.1

    Info

    • 14.0.1 release bump, no new features.

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump discord.js from 13.9.0 to 14.0.3

    build(deps): bump discord.js from 13.9.0 to 14.0.3

    Bumps discord.js from 13.9.0 to 14.0.3.

    Release notes

    Sourced from discord.js's releases.

    14.0.3

    Bug Fixes

    14.0.2

    Bug Fixes

    • DataResolver#resolveImage: Adjust to updated resolveFile (#8308) (3a7e93d)

    14.0.1

    Info

    • 14.0.1 release bump, no new features.

    14.0.0

    Changelog: https://github.com/discordjs/discord.js/blob/main/packages/discord.js/CHANGELOG.md#1400---2022-07-17

    For breaking changes please reference: https://discordjs.guide/additional-info/changes-in-v14.html

    Commits
    • 9e624ab chore(discord.js): release discord.js
    • 8c4b986 fix(landing): vercel banner
    • dbad1c4 chore: fix root vercel banner
    • 4ffd7f9 chore: vercel banner
    • 660e212 fix(Components): support emoji id strings (#8310)
    • 70dd757 refactor(theme): switch theme detection to use class
    • b5d4b2d feat(website): add basic landing page (#8313)
    • 78d013f ci: fix building before linting/testing
    • 21d61ca chore: remove parallel execution
    • b316ac7 ci: remove turbo cache
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
Owner
Zielino
──────▄▀▄─────▄▀▄ ─────▄█░░▀▀▀▀▀░░█▄ ─▄▄──█░░░░░░░░░░░█──▄▄ █▄▄█─█░░▀░░┬░░▀░░█─█▄▄█
Zielino
Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total contributions.

Remoklify - Gitlift Discord Bot Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total

Remoklify 3 Mar 20, 2022
About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this command handler.

discordJS-V14 About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this

Umut Bayraktar 36 Dec 28, 2022
A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on websites!

discord-web-api A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on

InvalidLenni 2 Jun 28, 2022
Discord Neura - a Discord bot framework built on discord.js

Discord Neura Description Discord Neura is a Discord bot framework built on discord.js. Features Command Handler, Arguments, Preconditions and Listene

Discord Neura 3 Mar 23, 2022
A discord bot made using discord.js and discord-player

Musx A custom discord bot that can play music in your server ?? Add the bot to your server If you are looking for a music bot for your Discord server

Shashwat Singh 4 Mar 28, 2022
This bot is a cool Discord bot made in discord.js using Node.JS

Anti-Crosspost Discord Bot This bot is a cool Discord bot made in discord.js using Node.JS. It detects when a user cross-posts a message in multiple c

Muhammad Usman Mithani 4 May 31, 2022
Co-Pilot is a discord Bot designed to be the all-in-one, open-source Discord bot that handles all your server needs.

Welcome to Co-Pilot Bot repo! ?? ?? Co-Pilot (All-in-one Discord Bot) Co-Pilot is a discord Bot designed to be the all-in-one, open-source Discord bot

YMafalha 19 Nov 11, 2022
It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with buttons. It can play youtube songs, playlists. This bot code was made by Supreme#2401. It uses djs V12

Lofi-Radio-Music-Bot It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with butt

Diwas Atreya 89 Jan 2, 2023
New base bot WhatsApp 🈴 bukan self bot lagi atau buka bot yang bisa di pakai oleh bot sendiri 😎

Installation • Thanks to • Donate Official Group Bot • Settings Instalasi Heroku Buildpack Click the deploy icon below ! > heroku/nodejs > https://g

zeeone 27 Feb 9, 2022
⚡ Discord bot with economy, gambling, music, fun, moderation features based on discord.js v12

Crucian Crucian is my discord bot with simple structure based on discord.js Click Here to invite Crucian to your server Author Crucian © Apoo Authored

apoow3b 3 Jul 26, 2021
A multipurpose Discord-bot created using discord.js.

Flame A multipurpose Discord-bot with music, economy, utils, and also auto-moderation. Flame is a powerfull, multipurpose and fully modular Discord-bo

Flame 38 Nov 14, 2021
Cyrus is a Discord Bot with focus on Fun, Moderation, information and much more commands! Made it with Discord.js

Cyrus Cyrus is a Discord Bot with focus on Fun, Moderation, information and much more commands! Made it with Discord.js Invite : Click here Vote : Top

null 4 Dec 3, 2022
OptiBOT - My discord.js V13 discord bot.

OptiBOT Just a discord.js v13 bot for my discord server. if you plan to use this bot for your server, dont. This i made this bot just for learning js

PrecisionEXTP 1 Jan 3, 2022
A discord bot using @discord.js and mongoose. Used for music, moderation, and entertainment.

hazel A discord bot using @discord.js and mongoose. Used for music, moderation, and entertainment. Features Music ― supporting YouTube, Spotify and So

yushi 27 Dec 31, 2022
Denky is a multipurpose Discord bot, build with Node.js, TypeScript and discord.js.

?? Denky Bot Denky is a brazilian Discord bot, build with Node.js, TypeScript and discord.js. ⚙️ How to Create a Discord application. Guide Install No

Davi Patricio 8 Apr 6, 2022
Sample discord bot using clashofclans.js and discord.js

Clash of Clans sample discord bot using NodeJs Introduction This sample bot project aims to help you get started with interacting Clash of Clans API u

Priyam 6 Dec 16, 2022
Denky is a multipurpose Discord bot used in +3000 servers. Built with Node.js, TypeScript and discord.js.

?? Denky Bot Denky is a brazilian Discord bot, built with Node.js, TypeScript and discord.js. ⚙️ Self hosting ⚠️ Support will not be provided for self

Denky Labs 19 Dec 26, 2022
A bot that allows you to control pterodactyl from discord powered by discord.js 12 and mongodb

A bot that allows you to control pterodactyl from discord powered by discord.js 12 and mongodb

Hirzi 13 Dec 24, 2022
A feature-rich Giveaway Bot For Discord Written In Discord.js v13. Ft. Slash Commands & Buttons. Make Giveaways and…

Giveaway - Discord Bot A feature-rich Giveaway Bot For Discord Written In Discord.js v13. Ft. Slash Commands. Make Giveaways and more..! Explore the d

Chethan Yadav 27 Dec 5, 2022