Skip to content
Merged
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
657 commits
Select commit Hold shift + click to select a range
a44c609
refactor(config): lower-case 'MUSIC_SELECTION_TYPE' env value
Mednoob Sep 27, 2021
f2d1cd3
chore(replit): set language to 'node'
Mednoob Sep 27, 2021
904266c
refactor(main): use OR operator instead
Mednoob Sep 27, 2021
204d636
fix(main): change exit code to '0'
Mednoob Sep 27, 2021
115abd0
chore(replit): set language to 'nodejs'
Mednoob Sep 27, 2021
bc9a594
chore(main): change node installation version to '16.6.1'
Mednoob Sep 27, 2021
30eb96f
chore(deps-dev): bump @types/node from 16.9.2 to 16.10.1 (#481)
dependabot[bot] Sep 27, 2021
b45256d
chore(deps): bump utf-8-validate from 5.0.5 to 5.0.6 (#483)
dependabot[bot] Sep 27, 2021
efb04ef
chore(deps): update lockfile
Sep 28, 2021
01a51fe
fix(GeneralUtil): fix formatting type error
Sep 28, 2021
a137b75
feat(main): use yt-dlp instead of youtube-dl
Mednoob Sep 28, 2021
97a8df0
fix(YTDLUtil): change format
Mednoob Sep 28, 2021
0a91d4d
feat(GeneralUtil): auto-play if player status is idle when handling v…
Mednoob Sep 28, 2021
d778fac
feat(GeneralUtil): move queue deletion position
Mednoob Sep 28, 2021
34ace02
feat(SkipToCommand): don't allow non-dj to use 'skip-to' command
Mednoob Sep 28, 2021
5d1c480
refactor(*): reset skip-voters when song stopped instead
Mednoob Sep 28, 2021
3607853
feat(VoiceStateUpdateEvent): remove user from skipVoters if they left…
Mednoob Sep 28, 2021
39deaec
feat(MultiLanguage):
lxndr-rl Sep 29, 2021
622a5e9
chore(deps): update lockfile
Sep 29, 2021
f92cdcf
chore(lang/en): fix 'usage' translation
Mednoob Sep 29, 2021
22c5722
chore(deps-dev): bump @types/node from 16.9.2 to 16.10.1 (#484)
dependabot[bot] Sep 29, 2021
76c5f4e
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#485)
dependabot[bot] Sep 29, 2021
97f7275
chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.32.0…
dependabot[bot] Sep 29, 2021
a10946f
chore(deps): bump utf-8-validate from 5.0.5 to 5.0.6 (#486)
dependabot[bot] Sep 29, 2021
59a0126
ci(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#488)
dependabot[bot] Sep 29, 2021
099e3cf
chore(deps): update lockfile
Sep 29, 2021
248a5e0
chore(env): update LANG to LOCALE in comment
Sep 29, 2021
5d86dff
chore(env): serialize
Sep 29, 2021
2d4c27c
chore(env): update sortings
Sep 29, 2021
7d828ee
chore(config): remove unnecessary thing
Sep 29, 2021
bfcb46d
chore(GeneralUtil): replace 'song' with song name
Mednoob Sep 29, 2021
a6435e8
chore: Merge branch 'feat/rewrite' of https://github.com/zhycorp/disc…
Mednoob Sep 29, 2021
49b7de7
chore(config): update sortings
Sep 29, 2021
190773c
chore: Merge branch 'feat/rewrite' of https://github.com/zhycorp/disc…
Mednoob Sep 29, 2021
c048ed6
chore(GeneralUtil): update import line sortings
Sep 29, 2021
e6934a4
Merge branch 'feat/rewrite' of https://github.com/zhycorp/disc-11 int…
Sep 29, 2021
bb072a0
feat(lang/en): add 'events.voiceStateUpdate.unableJoinStageMessage'
Mednoob Sep 29, 2021
4c2c55d
chore(VoiceStateUpdateEvent): use i18n locale instead
Mednoob Sep 29, 2021
0e35a43
feat(lang/en): add 'events.voiceStateUpdate.disconnectFromVCMessage'
Mednoob Sep 29, 2021
2ba7136
chore(VoiceStateUpdateEvent): use i18n locale instead for the disconn…
Mednoob Sep 29, 2021
d86ff5e
feat(lang/en): remove 'activities'
Mednoob Sep 29, 2021
33952b9
feat(env_example): add 'ACTIVITIES' value
Mednoob Sep 29, 2021
a226e59
feat(env_example): add 'ACTIVITIES' description/explanation
Mednoob Sep 29, 2021
ecb7c80
feat(env_example): add 'ACTIVITY_TYPES' value
Mednoob Sep 29, 2021
cdd6a3f
feat(env_example): add 'ACTIVITY_TYPES' description/explanation
Mednoob Sep 29, 2021
d30589b
feat(config): use env values for activity
Mednoob Sep 29, 2021
5daef32
feat(lang/en): add 'events.voiceStateUpdate.joiningAsSpeaker'
Mednoob Sep 29, 2021
fcc4778
chore(lang/en): use i18n locale instead
Mednoob Sep 29, 2021
822a409
fix(VoiceStateUpdateEvent): fix typo
Mednoob Sep 29, 2021
615c7d6
feat(events): add ChannelUpdateEvent
Mednoob Sep 29, 2021
de8ed79
chore(ChannelUpdateEvent): change 'unableReconfigureNetworking' to 'u…
Mednoob Sep 29, 2021
0c23ae5
feat(lang/en): add 'events.channelUpdate'
Mednoob Sep 29, 2021
db9dbe8
fix(GeneralUtil): replace '__'with '__mf'
lxndr-rl Sep 29, 2021
095d576
chore(AboutCommand): remove unnecessary log
lxndr-rl Sep 29, 2021
9c35239
feat(langs): add spanish
lxndr-rl Sep 29, 2021
d2c8de5
feat(langs): add indonesian language
Mednoob Sep 30, 2021
43817ed
feat(config): add 'id' to i18n locales configuration
Mednoob Sep 30, 2021
4c80fbe
chore(env_example): add 'id' to available locales list
Mednoob Sep 30, 2021
7959a06
chore(langs): rename 'en' to 'en-US'
Mednoob Sep 30, 2021
1d4de2a
chore(config): change locale names
Mednoob Sep 30, 2021
e600017
chore(env_example): change 'en' to 'en-US'
Mednoob Sep 30, 2021
890305f
feat(formatMS): add localization support
Mednoob Sep 30, 2021
5dfc87d
fix(GeneralUtil): Only rewind to first song if loop mode is Queue
Mednoob Sep 30, 2021
b37e62c
feat(QueueCommand): only show all songs in queue including pass song …
Mednoob Sep 30, 2021
189f758
feat(music): Search command improvement (#496)
satoufuyuki Oct 1, 2021
9bc7ae6
chore(env_example): change 'LOCALE' example
Mednoob Oct 1, 2021
459ff3e
feat(lang/en-US): add some message to 'voiceStateUpdate'
Mednoob Oct 2, 2021
289b9d2
feat(VoiceStateUpdateEvent): handle if the bot moved to a voice chann…
Mednoob Oct 2, 2021
2679166
fix(VoiceStateUpdateEvent): change message
Mednoob Oct 2, 2021
3a3f177
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#492)
dependabot[bot] Oct 2, 2021
2e7cc30
chore(deps-dev): bump @types/node from 16.9.2 to 16.10.2 (#493)
dependabot[bot] Oct 2, 2021
ace5e6e
chore(deps): bump utf-8-validate from 5.0.5 to 5.0.6 (#494)
dependabot[bot] Oct 2, 2021
12ed9b6
ci(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#495)
dependabot[bot] Oct 2, 2021
7c6e691
fix(localization): Word and grammaring adjustment (#497)
satoufuyuki Oct 2, 2021
13d934a
fix(SearchCommand): fix doubled music selection
Mednoob Oct 2, 2021
960d3c5
fix(SkipCommand): handle if bot unable to create DJ role
Mednoob Oct 2, 2021
c43ed91
fix(SongManager): change 'sortByIndex' sorting
Mednoob Oct 2, 2021
6002212
fix(SongManager): change 'firstIndex' value in 'addSong'
Mednoob Oct 2, 2021
d77396e
feat(ServerQueue): add destroy function and delete messages (#500)
Mednoob Oct 3, 2021
b66adf8
fix(config): change 'yesEmoji' and 'noEmoji' value statement
Mednoob Oct 3, 2021
03de2b2
fix(MuteCommand): handle if bot unable to create Mute role
Mednoob Oct 3, 2021
1d66fb8
fix(UnMuteCommand): handle if bot unable to create Mute role
Mednoob Oct 3, 2021
496cf6f
feat(lang/en-US): add 'unableToCreateMuteRole' to mute-related modera…
Mednoob Oct 3, 2021
0e1d262
feat(ServerQueue): adding 'idle' property to check whether the queue …
Mednoob Oct 3, 2021
ffea3ff
fix(GeneralUtil): delete `wasNull` checking
Mednoob Oct 3, 2021
9b944f7
feat(SearchCommand): delete selection messages
Mednoob Oct 3, 2021
d8509b5
refactor(SongManager): use 'Date.now()' for indexing
Mednoob Oct 3, 2021
00f81f6
fix(VoiceStateUpdateEvent): also destroy queue when bot disconnected
Mednoob Oct 3, 2021
a32deca
style(*): reduce the usage of 'any' data type (#502)
Mednoob Oct 3, 2021
a2b7d60
fix(VoiceStateUpdateEvent): create timeout only if the queue is not idle
Mednoob Oct 3, 2021
c25675d
chore(deps): move 'dotenv' and '@discordjs/opus' to production deps
Mednoob Oct 4, 2021
e15bda8
fix(VoiceStateUpdateEvent): timeout fix (#499)
satoufuyuki Oct 4, 2021
ee232b5
style(VoiceStateUpdateEvent): reduce the usage of 'any' data type
Mednoob Oct 4, 2021
ca88adc
feat(GeneralUtil): listen for AudioPlayer 'debug' event
Mednoob Oct 4, 2021
b9e08a8
feat(GeneralUtil): listen for VoiceConnection 'debug' event
Mednoob Oct 4, 2021
fe4de8d
fix(MusicUtil): check using permission instead
Mednoob Oct 4, 2021
c60b26c
fix(MusicUtil): use 'joinable' instead
Mednoob Oct 4, 2021
ce96c6d
chore(deps): bump utf-8-validate from 5.0.5 to 5.0.6 (#504)
dependabot[bot] Oct 5, 2021
6e880e7
chore(deps-dev): bump @types/node from 16.9.2 to 16.10.2 (#505)
dependabot[bot] Oct 5, 2021
01d4022
ci(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#506)
dependabot[bot] Oct 5, 2021
4950d2d
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#507)
dependabot[bot] Oct 5, 2021
d2aeb7b
style(CommandManager): make the 'load' function code more readable
Mednoob Oct 5, 2021
75f729a
chore: Merge branch 'feat/rewrite' of https://github.com/zhycorp/disc…
Mednoob Oct 5, 2021
3b706c0
fix(CommandManager): handle if command unable to be loaded
Mednoob Oct 5, 2021
d29dd5b
fix(config): change 'lang' value statement
Mednoob Oct 5, 2021
44418c6
chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.33.0…
dependabot[bot] Oct 5, 2021
936efbf
refactor(formatMS): use 'date-fns/locale' module instead of manual im…
Mednoob Oct 5, 2021
9216615
chore: Merge branch 'feat/rewrite' of https://github.com/zhycorp/disc…
Mednoob Oct 5, 2021
5c80549
chore(*): change 'en-US' localization to 'enUS'
Mednoob Oct 5, 2021
d04ba8a
fix(config): locale should be case-sensitive
Mednoob Oct 5, 2021
c9f0f67
fix(formatMS): remove localization support
Mednoob Oct 5, 2021
485f969
chore(*): change 'enUS' localization to 'en'
Mednoob Oct 5, 2021
d4a9045
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#509)
dependabot[bot] Oct 6, 2021
906536d
chore(deps): bump utf-8-validate from 5.0.5 to 5.0.6 (#510)
dependabot[bot] Oct 6, 2021
2a8beae
chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.33.0…
dependabot[bot] Oct 6, 2021
fd9fe1b
chore(deps-dev): bump @types/node from 16.9.2 to 16.10.3 (#512)
dependabot[bot] Oct 6, 2021
ec98bda
ci(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#513)
dependabot[bot] Oct 6, 2021
24233a4
fix(config): change default value of the activities
Mednoob Oct 7, 2021
6f28ae9
chore: Merge branch 'feat/rewrite' of https://github.com/zhycorp/disc…
Mednoob Oct 7, 2021
996549f
fix(ReadyEvent): use blank array instead of putting undefined value i…
Mednoob Oct 7, 2021
086b926
chore(config): change 'activities' default value to blank array again
Mednoob Oct 7, 2021
89e1bf7
feat(presence): get data from shards if they are available (#520)
Mednoob Oct 8, 2021
4c6f15c
feat(VoiceStateUpdateEvent): reset skip voters when bot is moved to a…
Mednoob Oct 8, 2021
53d4453
feat(PlayCommand): change how play command works
Mednoob Oct 9, 2021
8958687
ci(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#518)
dependabot[bot] Oct 9, 2021
c099ea5
chore(deps): bump utf-8-validate from 5.0.5 to 5.0.6 (#517)
dependabot[bot] Oct 9, 2021
c8319bf
chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.33.0…
dependabot[bot] Oct 9, 2021
f073375
chore(deps-dev): bump @types/node from 16.9.2 to 16.10.3 (#515)
dependabot[bot] Oct 9, 2021
d2bc500
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#514)
dependabot[bot] Oct 9, 2021
c4eb793
fix(deps): parsing error
Oct 9, 2021
902907e
chore(deps): regenerate lockfile
Oct 9, 2021
22d1c6a
chore(env_example): change 'ACTIVITIES' value
Mednoob Oct 9, 2021
7c2e790
chore: Merge branch 'feat/rewrite' of https://github.com/zhycorp/disc…
Mednoob Oct 9, 2021
5e307d0
feat(ReadyEvent): replace '{prefix}' in presence data
Mednoob Oct 9, 2021
8004527
fix(*): fix compiler issues after bumping discord.js to 13.2.0
Mednoob Oct 10, 2021
8c9acc4
feat(config): change default environment to 'production'
Mednoob Oct 11, 2021
0ff798e
feat(SearchCommand): change default search mode to 'message'
Mednoob Oct 11, 2021
2f29342
chore(env_example): change 'MUSIC_SELECTION_TYPE' default value
Mednoob Oct 11, 2021
7cc596d
fix(config): handle if 'embedColor' value is a blank string
Mednoob Oct 11, 2021
33afc43
fix(UnBanCommand): wrong localization
Mednoob Oct 11, 2021
c191312
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#521)
dependabot[bot] Oct 12, 2021
89d8c19
chore(deps): bump utf-8-validate from 5.0.5 to 5.0.6 (#522)
dependabot[bot] Oct 12, 2021
bba6a39
chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.33.0…
dependabot[bot] Oct 12, 2021
7551bc7
chore(deps-dev): bump @types/node from 16.9.2 to 16.10.3 (#524)
dependabot[bot] Oct 12, 2021
a8be771
ci(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#526)
dependabot[bot] Oct 12, 2021
d0804dc
chore(deps-dev): bump ts-node from 10.2.1 to 10.3.0 (#527)
dependabot[bot] Oct 12, 2021
ea003e2
feat(main): warn user when running this bot using repl or github
Mednoob Oct 13, 2021
c54fcab
chore: Merge branch 'feat/rewrite' of https://github.com/zhycorp/disc…
Mednoob Oct 13, 2021
a13d145
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#529)
dependabot[bot] Oct 15, 2021
c3258a9
chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.33.0…
dependabot[bot] Oct 15, 2021
365ba28
chore(deps-dev): bump typescript from 4.4.3 to 4.4.4 (#531)
dependabot[bot] Oct 15, 2021
f1dbac5
chore(deps-dev): bump ts-node from 10.2.1 to 10.3.0 (#534)
dependabot[bot] Oct 15, 2021
bbd6afb
ci(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#535)
dependabot[bot] Oct 15, 2021
dce9a3c
chore(deps): bump bufferutil from 4.0.3 to 4.0.5 (#536)
dependabot[bot] Oct 15, 2021
f375272
chore(deps): bump utf-8-validate from 5.0.5 to 5.0.7 (#537)
dependabot[bot] Oct 15, 2021
3966789
chore(deps-dev): bump @zhycorp/eslint-config from 4.0.0 to 6.0.1 (#540)
dependabot[bot] Oct 15, 2021
f104416
chore(deps-dev): bump @types/node from 16.9.2 to 16.11.0 (#542)
dependabot[bot] Oct 15, 2021
4b13835
chore(deps-dev): bump some devDependencies
Oct 15, 2021
c5758ae
chore: fix eslint
Oct 15, 2021
465b68e
chore(EvalCommand): remove unecessary slicing
Oct 15, 2021
cb7f26b
chore(PingCommand): remove aliases
Oct 15, 2021
6291a12
fix(GeneralUtil): fix undefined object possibly
Oct 15, 2021
daf8cfc
feat(typings): add 'ILyricsAPIResult' interface
Mednoob Oct 16, 2021
ff78439
feat(typings): set 'synced' property of 'ILyricsAPIResult' to non-opt…
Mednoob Oct 16, 2021
ef560d7
feat(typings): add 'message' property to 'ILyricsAPIResult'
Mednoob Oct 16, 2021
e1fbfc5
refactor(LyricsCommand): better code
Mednoob Oct 16, 2021
6055860
chore: Merge branch 'feat/rewrite' of zhycorp/disc-11
Mednoob Oct 16, 2021
a82ead1
fix(GeneralUtil): fix compiler issue
Mednoob Oct 16, 2021
1c01435
feat(BaseCommand): turn class into an abstract class
Mednoob Oct 16, 2021
8106666
feat(BaseEvent): turn class into an abstract class
Mednoob Oct 16, 2021
ef5ee27
refactor(*): move 'import' function from 'CommandManager' and 'Events…
Mednoob Oct 16, 2021
7b3fb72
style(EventsLoader): remove unused variable
Mednoob Oct 16, 2021
dfce55a
style(CommandManager): remove unused variable
Mednoob Oct 16, 2021
37a339c
feat(formatMS): add localization support
Mednoob Oct 16, 2021
4ad4fde
feat(GeneralUtil): improve spotify sorting
Mednoob Oct 16, 2021
1bc0665
refactor(GeneralUtil): better code in 'sortVideos' function
Mednoob Oct 16, 2021
16db5b1
feat(lang/en): add and change 'commands.music.shuffle' localizations
Mednoob Oct 16, 2021
6981423
feat(ShuffleCommand): change shuffle command system
Mednoob Oct 16, 2021
0a499a1
feat(EvalCommand): use 'this.client.request' for 'hastebin' function
Mednoob Oct 16, 2021
282ceeb
fix(formatMS): fix 'locales' variable undefined
Mednoob Oct 16, 2021
2e53960
fix(env_example): change string of ACTIVITIES and ACTIVITY_TYPES values
Mednoob Oct 17, 2021
c86c95e
chore(env_example): reserialize string usage
Oct 17, 2021
6e4a4b1
chore(env_example): add single string to the end and start of ACTIVIT…
Mednoob Oct 17, 2021
56238d0
feat(GeneralUtil): change default 'searchTrack' source to youtube
Mednoob Oct 17, 2021
8a910c2
chore(deps-dev): bump typescript from 4.4.3 to 4.4.4 (#543)
dependabot[bot] Oct 18, 2021
f08b585
chore(deps): bump erlpack from `f206b94` to `a597db6` (#544)
dependabot[bot] Oct 18, 2021
faac190
chore(deps): bump bufferutil from 4.0.3 to 4.0.5 (#545)
dependabot[bot] Oct 18, 2021
c585666
chore(deps-dev): bump ts-node from 10.2.1 to 10.3.0 (#546)
dependabot[bot] Oct 18, 2021
3abf9dc
chore(deps-dev): bump @zhycorp/eslint-config from 4.0.0 to 6.0.2 (#547)
dependabot[bot] Oct 18, 2021
db569c2
chore(deps-dev): bump @types/node from 16.9.2 to 16.11.1 (#548)
dependabot[bot] Oct 18, 2021
8b4861f
chore(deps): bump utf-8-validate from 5.0.5 to 5.0.7 (#549)
dependabot[bot] Oct 18, 2021
51cb9f8
chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.33.0…
dependabot[bot] Oct 18, 2021
b8f3875
ci(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#552)
dependabot[bot] Oct 18, 2021
1461d64
feat(YTDLUtil): specify download rate
Mednoob Oct 18, 2021
817f5bb
fix(main): parse 'PORT' env variable to number
Mednoob Oct 18, 2021
02cffc6
chore(deps): update lockfile
Mednoob Oct 18, 2021
79789b2
feat(lang/es): updated to latest EN strings
lxndr-rl Oct 18, 2021
3027ea0
fix(HelpCommand): fix linter warnings
Mednoob Oct 19, 2021
6384c3c
fix(CommandContext): fix linter warnings
Mednoob Oct 19, 2021
218b1e9
fix(Disc): fix linter warnings
Mednoob Oct 19, 2021
2dea1bf
fix(ServerQueue): fix linter warnings
Mednoob Oct 19, 2021
7ede2f6
fix(CommandManager): fix linter warnings
Mednoob Oct 19, 2021
9662218
chore: Merge branch 'feat/rewrite' of https://github.com/zhycorp/disc…
Mednoob Oct 19, 2021
b361fbb
chore(lang/id): synchronize localizations
Mednoob Oct 19, 2021
cb7b69f
feat(main): detect if typescript is not installed
Mednoob Oct 19, 2021
e50a05e
chore(env_example): change ACTIVITY_TYPES example string
Mednoob Oct 20, 2021
88cb3f6
chore(env_example): add 'production' to NODE_ENV available list
Mednoob Oct 20, 2021
c570b89
chore(readme): change heroku image URL
Mednoob Oct 20, 2021
586ae53
feat: add 'app.json' for heroku template
Mednoob Oct 20, 2021
cb7f03a
chore(readme): remove replit since replit support is not yet stable
Mednoob Oct 20, 2021
481fd90
chore(deps-dev): bump ts-node from 10.2.1 to 10.3.1 (#565)
dependabot[bot] Oct 22, 2021
1c82275
chore(deps-dev): bump @types/node from 16.9.2 to 16.11.2 (#564)
dependabot[bot] Oct 22, 2021
633a979
ci(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#562)
dependabot[bot] Oct 22, 2021
7203588
chore(deps): bump bufferutil from 4.0.3 to 4.0.5 (#559)
dependabot[bot] Oct 22, 2021
e294a7f
chore(deps-dev): bump typescript from 4.4.3 to 4.4.4 (#558)
dependabot[bot] Oct 22, 2021
8d950af
chore(deps-dev): bump @zhycorp/eslint-config from 4.0.0 to 6.0.2 (#555)
dependabot[bot] Oct 22, 2021
4e915ef
chore(deps): bump utf-8-validate from 5.0.5 to 5.0.7 (#554)
dependabot[bot] Oct 22, 2021
b86a59c
chore(deps): update lockfile
Oct 22, 2021
7ba86c5
chore: prepare for pre-release
Oct 22, 2021
690ebd5
chore(release): version 2.0.0-dev
Oct 22, 2021
d911335
ci(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#572)
dependabot[bot] Oct 25, 2021
a1c5890
chore(deps): upgrade lockfile
Oct 27, 2021
3779e30
chore(deps): update lockfile
Mednoob Oct 27, 2021
b46def9
fix(CommandManager): fix linter issue
Mednoob Oct 27, 2021
6343c71
fix(Dics): fix linter issue
Mednoob Oct 27, 2021
f2de86c
fix(ServerQueue): fix linter issue
Mednoob Oct 27, 2021
14aaee2
fix(CommandContext): fix linter issue
Mednoob Oct 27, 2021
471d3af
fix(HelpCommand): fix linter issue
Mednoob Oct 27, 2021
fed94ab
chore(readme): added remix to glitch button
Oct 27, 2021
9063ca2
chore(index): update string
Oct 27, 2021
cff18a9
chore(env): update notes
Oct 27, 2021
80febb5
chore(bot): update string
Oct 27, 2021
71e455b
chore(EventsLoader): update import line order
Oct 27, 2021
9e5fcef
chore(CommandManager): update import line order
Oct 27, 2021
34e00a5
chore(ClientUtils): update string
Oct 27, 2021
6c1fe7e
chore(YTDLUtil): update string
Oct 27, 2021
e2511d0
chore(GeneralUtil): update comment and string
Oct 27, 2021
9b00947
chore(CommandManager): update string
Oct 27, 2021
0e68122
chore(QueueCommand): update import line order
Oct 27, 2021
da139b4
chore(NowPlayingCommand): update import line order
Oct 27, 2021
14ff98e
chore(PingCommand): update string
Oct 27, 2021
ed41c79
chore(AboutCommand): update import line order
Oct 27, 2021
fc11b7b
chore(deps-dev): bump ts-node from 10.2.1 to 10.4.0 (#566)
dependabot[bot] Oct 28, 2021
4ae634d
chore(deps): bump utf-8-validate from 5.0.5 to 5.0.7 (#570)
dependabot[bot] Oct 28, 2021
cb0f14d
ci(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#576)
dependabot[bot] Oct 28, 2021
b440e78
chore(deps-dev): bump @types/node from 16.9.2 to 16.11.6 (#577)
dependabot[bot] Oct 28, 2021
cd72d70
chore(deps): upgrade lockfile
Oct 28, 2021
d88ac12
chore(readme): add python installation to 'General Setup'
Mednoob Oct 30, 2021
81bdc7b
chore(app.json): remove new lines and set 'PREFIX' env required to 't…
Mednoob Oct 30, 2021
2bde6b9
chore(readme): merge python installation to nodejs instead
Oct 30, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 0 additions & 112 deletions .dockerignore

This file was deleted.

66 changes: 0 additions & 66 deletions .env.example

This file was deleted.

41 changes: 0 additions & 41 deletions .env.schema

This file was deleted.

68 changes: 68 additions & 0 deletions .env_example
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# This is your bot's configuration file, control your bot's environment here. Every value must use a string ("")

# What is your Discord bot's token?
# Example: DISCORD_TOKEN="NTE5NjQ2MjIxNTU2Nzc2OTcw.XAcEQQ.0gjhNbGeWBsKP6FVuIyZWlG2cMd"
DISCORD_TOKEN=""

# What is the prefix of your bot?
# Example: PREFIX="!"
# Default: !
PREFIX=""

# What is the language of your bot?
# Example: LANG="en"
# Default: en
LOCALE=""

# What is your bot's embed color code? (hex)
# Example: EMBED_COLOR="3CAAFF"
# Default: 3CAAFF
EMBED_COLOR=""

# OPTIONAL - What is the owner's ID of the bot?
# Example: OWNERS=["319872685897416725", "390045370240991234"]
OWNERS=[""]

# OPTIONAL - What is your server's ID?
# Example: DEV_GUILD=["332877090003091456"]
DEV_GUILD=[""]

# In which mode do you want to activate your bot?
# Example: NODE_ENV="production"
# Default: production
NODE_ENV=""

# Which music selection type do you want to use? "message" (just like in previous version) or "selectmenu" (use discord select menu feature)
# Example: MUSIC_SELECTION_TYPE="selectmenu"
# Default: "selectmenu"
MUSIC_SELECTION_TYPE=""

# Do you want to enable the 24/7 command?
# Example: ENABLE_24_7_COMMAND="no"
# Default: no
ENABLE_24_7_COMMAND=""

# Do you want to make your bot not to leave the voice channel after playing a song?
# Example: STAY_IN_VC_AFTER_FINISHED="no"
# Default: no
STAY_IN_VC_AFTER_FINISHED=""

# What is your server's DJ role name?
# Example: DJ_ROLE_NAME="DJ"
# Default: "DJ"
DJ_ROLE_NAME=""

# What is your server's Muted role name?
# Example: MUTE_ROLE_NAME="Muted"
# Default: "Muted"
MUTE_ROLE_NAME=""

# What is your bot's emoji for every success sentences?
# Example: YES_EMOJI="✅"
# Default: "✅"
YES_EMOJI=""

# What is your bot's emoji for every failed sentences?
# Example: NO_EMOJI="❌"
# Default: "❌"
NO_EMOJI=""
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# TypeScript build output
dist/

# Start file
index.js
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Global
* @mozartrafi @mzrtamp @Hazmi35
* @mzrtamp @Mednoob @KurokuTetsuya
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
patreon: zhycorp
custom: ["https://karyakarsa.com/zhycorp"]
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug Report]"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request]"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
Loading