This repository was archived by the owner on Mar 28, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Getting it working #144
Open
elijahd123
wants to merge
40
commits into
elenirotsides:main
Choose a base branch
from
elijahd123:getting-it-working
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Getting it working #144
Changes from 20 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
30004c2
Started Working
elijahd123 b8b2434
Started Working 2
elijahd123 59d9f04
Merge branch 'main' of https://github.com/elijahd123/Trivia-Bot
elijahd123 ed1d973
Getting it working
alanschapira c0df533
Got a bit more working
alanschapira ab5deea
More progress
alanschapira f50358f
Made progress
alanschapira df28d2a
Cleaned up bugs and finished. More refactoring needed
alanschapira 6445b00
A bit more formatting
alanschapira 438d058
Better name
alanschapira 32c8589
Updated
alanschapira f44042d
Cleaning up a bit
alanschapira 63463a5
Made progress on mccompetitive
alanschapira ccaf0d0
tfchill done (couldn't test)
elijahd123 a95e2ac
fixed API and tfchill
elijahd123 e0dfd93
made constants file
elijahd123 9ae0f8c
Got mc competitive working
alanschapira eb6ba7b
Added tf competitive
alanschapira 01f4620
refactored files and deleted unnecessary files
elijahd123 eaef249
refactor 2
elijahd123 df60d5c
Formatted
alanschapira a67be19
Removed notes
alanschapira c9f1417
Fixed conflicts
alanschapira 29c627a
update discord.js version
elenirotsides 98c52a4
Merge branch 'main' into getting-it-working
elenirotsides 926448e
format
elenirotsides 1f81e23
spelling fixes
elenirotsides 27530b2
add eslint ignore next line
elenirotsides a4611ca
change question length constant
elenirotsides d61dccb
remove old comment
elenirotsides b5512c8
add codefactor readme sticker
elenirotsides 76f8c56
update print width in prettierrc
elenirotsides fa679f9
fix naming mistakes
elenirotsides 39faeb9
add help slash command and edit command descriptions
elenirotsides 554cbbb
change followUp response to embed and other fixes
elenirotsides 68c6204
simplify code that was overengineered
elenirotsides 5b2d689
remove packages that are no longer needed
elenirotsides f6c4c5a
edit Dockerfile
elenirotsides 85d8ed8
remove comments
elenirotsides 7a69dec
add more intents and setActivity in ready event
elenirotsides File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| module.exports = { | ||
| env: { | ||
| es2021: true, | ||
| }, | ||
| extends: ['airbnb-base', 'prettier'], | ||
| overrides: [], | ||
| parserOptions: { | ||
| ecmaVersion: 'latest', | ||
| sourceType: 'module', | ||
| }, | ||
| rules: { | ||
| 'import/prefer-default-export': 0, | ||
| 'no-restricted-syntax': 0, | ||
| 'no-plusplus': 0, | ||
| 'import/extensions': 0, | ||
| 'no-console': 0, | ||
| }, | ||
| }; |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 18.14.1 |
This file contains hidden or 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,7 +1,20 @@ | ||
| { | ||
| "trailingComma": "es5", | ||
| "tabWidth": 4, | ||
| "arrowParens": "always", | ||
| "bracketSameLine": false, | ||
| "bracketSpacing": true, | ||
| "embeddedLanguageFormatting": "auto", | ||
| "htmlWhitespaceSensitivity": "css", | ||
| "insertPragma": false, | ||
| "jsxSingleQuote": false, | ||
| "printWidth": 80, | ||
| "proseWrap": "preserve", | ||
| "quoteProps": "as-needed", | ||
| "requirePragma": false, | ||
| "semi": true, | ||
| "singleAttributePerLine": false, | ||
| "singleQuote": true, | ||
| "printWidth": 130 | ||
| "tabWidth": 2, | ||
| "trailingComma": "es5", | ||
| "useTabs": false, | ||
| "vueIndentScriptAndStyle": false | ||
| } | ||
This file contains hidden or 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.