-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changes: - Updated Dependencies; - Update languages; - Prefixes are no longer case-sensitive; - New: - AntiInvite system: - Enable using `config antinvite enable`; - Category selector to massrole: - If you use `massrole @ROLE users`, only humans will receive the role, and if you use `massrole @ROLE bots`, only bots will receive the role; - Fix: - Avatar and Guild Icon using jpg instead png;
- Loading branch information
Showing
20 changed files
with
705 additions
and
2,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,5 @@ | |
**/secrets.dev.yaml | ||
**/values.dev.yaml | ||
**/tmp | ||
README.md | ||
**/.md | ||
LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.Config | ||
Config/ | ||
tmp/ | ||
tmp/ | ||
*.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,44 @@ | ||
# Changelog | ||
|
||
## v4.3.4: No Invite Update | ||
|
||
- Changes: | ||
- Updated Dependencies; | ||
- Update languages; | ||
- Prefixes are no longer case-sensitive; | ||
- New: | ||
- AntiInvite system: | ||
- Enable using `config antinvite enable`; | ||
- Category selector to massrole: | ||
- If you use `massrole @role users`, only humans will receive the role, and if you use `massrole @role bots`, only bots will receive the role; | ||
- Fix: | ||
- Avatar and Guild Icon using jpg instead png; | ||
|
||
## v4.3.3: Bugs and Info | ||
|
||
- Changes: | ||
- Updated Dependencies; | ||
- Language folder structure now use 4 digits instead 2; | ||
- Updated Dependencies; | ||
- Language folder structure now use 4 digits instead 2; | ||
- New: | ||
- New Aliases: | ||
- `sicon` and `gicon` for servericon; | ||
- `si`, `guildinfo` and `gi` for serverinfo; | ||
- Added a error message when `userinfo` fail; | ||
- Fix | ||
- Fixed some issues with `userinfo` command; | ||
- Fixed a lot of grammar issues; | ||
- Minor Bugs Fixed:tm: | ||
- New Aliases: | ||
- `sicon` and `gicon` for servericon; | ||
- `si`, `guildinfo` and `gi` for serverinfo; | ||
- Added a error message when `userinfo` fail; | ||
- Fix: | ||
- Fixed some issues with `userinfo` command; | ||
- Fixed a lot of grammar issues; | ||
- Minor Bugs Fixed:tm: | ||
|
||
## v4.3.2: Stage Update | ||
|
||
- Changes: | ||
- Using own build from discord.js@v11; | ||
- Using own build from topgg-autoposter; | ||
- Using own build from discord.js@v11; | ||
- Using own build from topgg-autoposter; | ||
- New: | ||
- Added `forcePrefix` config: | ||
- this allow you to force config prefix, ignoring custom; | ||
- Added `forcePrefix` config: | ||
- this allow you to force config prefix, ignoring custom; | ||
- Fix: | ||
- Support with stage channels (See [#45]); | ||
- TopGG doesn't post datas; | ||
|
||
- Support with stage channels (See [#45]); | ||
- TopGG doesn't post datas; | ||
|
||
[#45]: https://github.com/ArunaBot/Aruna/issues/45 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM node:12.16.2 | ||
FROM node:12.22.8 | ||
LABEL maintainer="Lobo Metalúrgico <[email protected]>" | ||
ENV NODE_ENV=production | ||
WORKDIR /usr/src/app | ||
COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "./"] | ||
COPY ["package.json", "package-lock.json*", "./"] | ||
RUN npm install --production --silent && mv node_modules ../ | ||
COPY . . | ||
RUN git clone https://github.com/ArunaBot/ArunaLanguages.git languages | ||
|
Submodule languages
updated
55 files
Oops, something went wrong.