Skip to content

Commit

Permalink
Merge pull request #8 from Rayandevs/codespace-solid-space-train-4jqj…
Browse files Browse the repository at this point in the history
…46q9j5xg2jq9q

Codespace solid space train 4jqj46q9j5xg2jq9q
  • Loading branch information
0sapphy authored Oct 27, 2024
2 parents d391a96 + 7beb0d8 commit b138d6d
Show file tree
Hide file tree
Showing 54 changed files with 4,297 additions and 774 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
color=always
7 changes: 0 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
"terminal.integrated.tabs.defaultColor": "terminal.ansiRed",
"terminal.integrated.cursorStyle": "underline",

// Formatting
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
"files.autoSave": "onFocusChange",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"javascript.format.semicolons": "ignore",

// Better Comments
"better-comments.tags": [
{
Expand Down
101 changes: 101 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,107 @@

All notable changes to this project will be documented in this file.

## [1.4.0] - 2024-10-19

### 🚀 Features

- V1.0.1
- Moderation
- Mongodb
- Cases moderator / user
- Moderation - warn
- Custom-emojis
- Automoderation [base]
- Automoderation - invite-links
- [lib] 0.0.1
- [lib] 0.0.2 Generic Type
- [lib] 0.0.3 default to true
- [lib] 0.0.5 setRunType()
- [scripts] 0.0.1 TS
- 1.0.3
- *(/member whois)* Basic command logic
- GetCases() fix: createCase()
- NeetButton
- Welcome!
- Added farewell
- Neet-canvas

### 🐛 Bug Fixes

- Emoji()
- /settings welcome fix

### 🎨 Styling

- Simpler logged

### ⚙️ Miscellaneous Tasks

- .ignore
- [lib] 0.0.6 Types & Enums
- Ignore test files.
- [lib] 0.0.7 Type Fixes
- *(neet)* Release [email protected]
- *(neet)* Release [email protected]
- Require -> import
- *(neet)* Release [email protected]
- Prettier
- Vscode / scripts
- *(neet)* Release [email protected]
- Moved settings separate
- Moderation Case Edits
- *(neet)* Release [email protected]
- Style ✨
- Fix my stupidity
- Welcome uodate
- Migrate to Typegoose
- Type fixes / style

### Auto-Moderation

- Invites

### Schema

- Type string -> boolean

### [mongoose]

- Fixes

### [scripts]

- 0.03

### Add

- (/whois): Cases

### Break

- 1.0.3 Changed to Typescript

### Dev

- Scripts

### Helper

- Emoji()

### New

- /automod settings

### Rm

- Config
- Settings

### Utils

- Matching for third party links.

## [1.3.1] - 2024-10-13

### 🐛 Bug Fixes
Expand Down
5 changes: 3 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 1.0.2 | :white_check_mark: |
| 1.0.1 | :white_check_mark: |
| 1.4.1 ||
| 1.0.2 | :x: |
| 1.0.1 | :x: |
| 0.x.x | :x: |

## Reporting a Vulnerability
Expand Down
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Documentation

| Neet | ChangeLogs | Development |
| ---------- | ---------- | ---------------------------------------- |
| [@LTS](/) | [1.4.1](/) | [Code Style](./development/codestyle.md) |
| [@next](/) |
| [1.4.1](/) |
1 change: 1 addition & 0 deletions docs/changelogs/1*/1.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog For V1.4.1
1 change: 1 addition & 0 deletions docs/changelogs/@next.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Next Version (PLN)
30 changes: 30 additions & 0 deletions docs/development/codestyle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Code Style

## Variables

_A variable name should be **CamelCase**._

```js
const ThisVariable = "smile"; // IsOkay(): true
const Variable = "i guess!"; // IsOkay(): true
const variableHappy = "NO!"; // IsOkay(): false
const ISSMILING = true; // IsOkay(): false
const GAME_POINTS = 2591; // IsOkay(): false
```

## Functions

_Function names need to be **CamelCase**._

```js
function sum(a, b) {
const result = a + b;
return result;
} // IsOkay(): true

function CheckEmoji(name) {
const emojis = new Emojis({ useApp: true });
if (!emojis[name]) return false;
return emojis[name];
} // IsOkay(): true
```
57 changes: 57 additions & 0 deletions icons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"id": "1283480421543317607",
"name": "left_arrow",
"animated": false
},
{
"id": "1283480432272343081",
"name": "right_arrow",
"animated": false
},
{
"id": "1283727603638992929",
"name": "plus",
"animated": false
},
{
"id": "1283727619258450012",
"name": "minus",
"animated": false
},
{
"id": "1283761136982032450",
"name": "on",
"animated": false
},
{
"id": "1283761153285165149",
"name": "off",
"animated": false
},
{
"id": "1283761169810853949",
"name": "checkmark",
"animated": false
},
{
"id": "1283761191159857237",
"name": "xmark",
"animated": false
},
{
"id": "1283764031043276800",
"name": "member",
"animated": false
},
{
"id": "1283833956877471798",
"name": "line",
"animated": false
},
{
"id": "1283834008773329021",
"name": "dash",
"animated": false
}
]
91 changes: 0 additions & 91 deletions lib/Client/NeetButton/NeetButton.ts

This file was deleted.

27 changes: 0 additions & 27 deletions lib/Client/NeetButton/NeetButtonParameters.ts

This file was deleted.

Loading

0 comments on commit b138d6d

Please sign in to comment.