unix from dos
This commit is contained in:
parent
0e6804fd56
commit
e6ea923687
66 changed files with 27115 additions and 27190 deletions
75
.github/changelog.md
vendored
75
.github/changelog.md
vendored
|
@ -1,75 +0,0 @@
|
|||
<h1 align="center">Changelog</h1>
|
||||
|
||||
# Release v3.3.0 Name Change
|
||||
We have changed the name of our bot from **Cath.exe** to **NYX**. We have not yet decided on changing the backend names that includes the api & package.
|
||||
|
||||
## Added
|
||||
- Added guns to be bought using internal currency.
|
||||
- Added more items in the shops.
|
||||
- Updated names of contributers in the bot info.
|
||||
|
||||
## Changes / Modification
|
||||
- Change the footers of embed as we transition from using the Statistics provided by **Project Lighthouse v2** into using Statistics provided by **Round table**.
|
||||
|
||||
# Release v3.2.6
|
||||
## Added
|
||||
- Tips
|
||||
- Topics
|
||||
## Fixes
|
||||
- Added Bot avatar in the footer
|
||||
- Added timestamps in embeds
|
||||
|
||||
|
||||
# Release v3.2.0
|
||||
In this version we made the starboard to be globalized, means that you can configure the settings for the starboard per server.
|
||||
## Added
|
||||
- drop
|
||||
- announce
|
||||
- emojiadd
|
||||
|
||||
snipe&editsnipe fix
|
||||
To stay up-to-date with our progress, check out our discord server & the Trello page.
|
||||
|
||||
# Release v3.0.0
|
||||
In this version we implement Discord.js v13, which introduces slash commands.
|
||||
we have not implemented all of the commands yet, the moderation commands especially.
|
||||
To stay up-to-date with our progress, check out our discord server & the Trello page.
|
||||
|
||||
# Release v2.1.0
|
||||
New & Improved API for client and commands.
|
||||
## Added
|
||||
|
||||
- Superscript
|
||||
- Doublestruck (Fonts/Symbols generator)
|
||||
- rickroll (For rickroll)
|
||||
- quote
|
||||
- triggered
|
||||
- rank (Image generator)
|
||||
- Emojiadd command(It works normally with image and links)
|
||||
- Emoji not showing normally on help and shop command
|
||||
- Case insensitive prefix
|
||||
- Now it can reply with c. and also C.
|
||||
- Improved economy system
|
||||
|
||||
# Release v2.0.1
|
||||
No Description
|
||||
|
||||
## Added
|
||||
- Docs
|
||||
- Suggest
|
||||
- Dependencies
|
||||
|
||||
## Modified/Updates
|
||||
- Moderation Commands
|
||||
- Ban
|
||||
- Pin
|
||||
- Dependencies
|
||||
|
||||
## Removed
|
||||
- All the Server specific refrences
|
||||
|
||||
# Release v2.0-BETA
|
||||
Initial Commit
|
||||
|
||||
# Release v1.0.0
|
||||
The bot was not open source & only Night worked on it.
|
|
@ -32,7 +32,7 @@ class NYX extends Client {
|
|||
],
|
||||
intents: [
|
||||
GatewayIntentBits.Guilds,
|
||||
// GatewayIntentBits.GuildMembers,
|
||||
GatewayIntentBits.GuildMembers,
|
||||
// GatewayIntentBits.MessageContent,
|
||||
GatewayIntentBits.GuildMessages,
|
||||
GatewayIntentBits.DirectMessageTyping,
|
||||
|
@ -61,11 +61,11 @@ class NYX extends Client {
|
|||
"757530324686340197", // Madhav
|
||||
"804712098625486848", // hcs
|
||||
"1078015817184182414", // gaba
|
||||
"774390900411465769" // Alphaus
|
||||
"774390900411465769", // Alphaus
|
||||
];
|
||||
this.currency = "<:nyx_currency:918584872333893703>";
|
||||
this.xp = "<:nyx_xp:900309007472926720>";
|
||||
this.dev = "<:discord_bot_dev:840231906200387666>"
|
||||
this.dev = "<:discord_bot_dev:840231906200387666>";
|
||||
this.path = [
|
||||
"614423108388126731", // Camper on Duty
|
||||
"767173194943168542", // Dark Bonker
|
||||
|
|
Loading…
Reference in a new issue