Commit Graph

63 Commits

Author SHA1 Message Date
Isaac
3a9483dbfb
Remove CONFIG_PATH env var 2022-07-21 14:30:03 +01:00
Isaac
79462e83e6 Settings, encryption, logging 2022-07-16 22:18:50 +01:00
Isaac
97623f3203 Changes 2022-07-15 23:19:42 +01:00
Isaac
11ec090ab6 Start on API 2022-05-06 00:01:19 +01:00
Isaac
a37d5e7613 First command 2022-05-05 21:47:08 +01:00
Isaac
cbfbf05e8c mjs -> cjs 2022-05-05 21:29:28 +01:00
Isaac
83e7ff6019 Reset for new version 2022-03-11 21:09:17 +00:00
Isaac
678e9413a6
chore: remove bad upgrade code 2021-10-07 13:59:54 +01:00
Isaac
5acdf3b4c0
v3.1 2021-09-25 00:05:39 +01:00
Isaac
dc0ac88fa7
feat: upgrade script 2021-09-24 19:39:58 +01:00
Isaac
565ca30ebe
feat: new stats api 2021-08-17 00:09:41 +01:00
Puneet Gopinath
0f10908ee0
refactor: update to discord.js v13 (#203)
* build: bump djs version

* refactor(add): update

* refactor(blacklist): update

* refactor(close): update

* refactor(help): update

* refactor(new): update

* refactor(panel): update

* refactor(remove): update

* refactor(stats): update

* refactor(survey): update

* refactor(tag): update

* refactor(topic): update

* refactor(guild): update, now Structures doesn't exist

Also I don't know if this would work actually, let's see

* refactor(guild_member)

* refactor(index.js): add intents

I can't understand how you do the indentation, sorry if I made a mistake

* Update package.json

* fix(intents): add `DIRECT_MESSAGES` intents


- also fix code style and indentation

* style: fix properties order and indentation

* fix(guild)

* Update and rename message.js to messageCreate.js

* Update guild.js

* refactor(manager): fix

* Update manager.js

* fix(help)

* style: fix spacing

* fix: permission overwrites

* fix(new)

* fix(presence): rename activity to activities

* fix(presence): fix debug message

* fix: update channel types

* Update new.js

* fix(embeds): update footer function

* fix: broken code

* style: add new lines around embed blocks

* fix(messages): update remaining `send()` calls

* fix(messages): i missed one

* build: replace fastify logger with standard logger

* refactor: update message and reaction collectors

Co-authored-by: Isaac <git@eartharoid.me>
2021-08-16 21:05:20 +01:00
Isaac
96d1ddc48c
refactor: update node version check 2021-08-16 15:04:13 +01:00
Isaac
32f43ac18f
Linting 2021-05-22 00:04:18 +01:00
Isaac
f40fabfbf3
Improve JSDoc 2021-05-18 20:35:39 +01:00
Isaac
8a15f34342
Make @davidjcralph happy
const
2021-05-18 18:12:07 +01:00
Isaac
950f448543
Improve JSDoc types 2021-05-17 18:13:55 +01:00
Isaac
7cf039b8eb
Ticket releasing 2021-05-13 16:01:09 +01:00
Isaac
c9d55e6feb
Refactor listeners 2021-05-12 21:14:02 +01:00
Isaac
fba2b579fb
Update i18n (and fix commands) 2021-04-27 11:34:34 +01:00
Isaac
fff423956d
More settings, update things 2021-04-24 20:34:09 +01:00
Isaac
e2fb11de4f \x07 fun 2021-04-07 13:33:49 +01:00
Isaac
1bc2e737e3 Database encryption
Security ™️
2021-04-07 00:02:07 +01:00
Isaac
4b3ba238bd Finish "new" command, and other stuff 2021-04-05 18:38:00 +01:00
Isaac
1a4a3c1a33 Ticket message storage, added entity stuff 2021-04-01 21:33:08 +01:00
Isaac
b904a4ad3d things 2021-03-15 21:12:58 +00:00
Isaac
96562aa474 await 2021-03-04 15:39:22 +00:00
Isaac
499517d082 update things again 2021-03-04 10:18:48 +00:00
Isaac
feeca9c64d update things 2021-03-03 21:19:51 +00:00
Isaac
d5463a9bc3 Improve plugins, make settings server separate 2021-03-03 17:20:33 +00:00
Isaac
e53427cb36
Improve logging 2021-02-27 21:13:46 +00:00
Isaac
ddba4e2482
Update website url 2021-02-26 16:07:20 +00:00
Isaac
1f2d40234b
Logger and fastify, settings server 2021-02-25 12:34:16 +00:00
Isaac
a0b1853bff
Do things 2021-02-25 09:58:19 +00:00
Isaac
5e9e23bbf2
progress 2021-02-20 17:09:08 +00:00
Isaac
67e7d36c47
Improved plugin manager and added to command manager 2021-02-19 21:26:02 +00:00
Isaac
bdcff221db
Command handler stuff, presences, other stuff 2021-02-18 18:41:35 +00:00
Isaac
7c0b1311dc
Improvements and fixes, start on command manager 2021-02-17 22:01:44 +00:00
Isaac
8b661f0462
Improve startup checking
Now attempts to copy example config & env automatically instead of just complaining about it
2021-02-17 20:51:03 +00:00
Isaac
14d7c32742
Plugin improvements and JSDoc 2021-02-17 20:17:35 +00:00
Isaac
ce2942879c
Clean up 2021-02-17 13:24:33 +00:00
Isaac
4c8e9125e5
Make things work 2021-02-16 23:35:31 +00:00
Isaac
5fdfb121c7
things 2021-02-16 22:34:20 +00:00
Isaac
cf8dff2a5b
Database 2021-02-16 14:48:04 +00:00
Isaac
dc902b6daf
Fix 2021-02-16 12:28:43 +00:00
Isaac
f44e9080e5
Start making
Start on the basic structure, database stuff
2021-02-16 00:02:44 +00:00
Isaac
9863c45fdf
Set up for v3 2021-02-15 18:34:59 +00:00
David Ralph
c630dd6da7 Only create a logger instance once 2021-02-08 18:18:58 +00:00
Isaac
69154b1e42
Update index.js 2020-10-16 19:58:33 +01:00
Isaac (eartharoid)
16876b1408 v2.1.1 - Paths are no longer relative 2020-10-14 22:37:57 +01:00