Commit Graph

47 Commits

Author SHA1 Message Date
Ninjdai
f1e831a1d6 Added DM on member sanction 2023-10-31 22:04:10 +01:00
eadbc7ba8e Reformat codebase 2023-10-13 15:04:11 +02:00
c0f65be368 Fix issues and update message 2023-10-07 20:14:00 +02:00
d84d783e86 Add artis welcome document 2023-10-07 20:01:35 +02:00
357be72c14 pain 2023-10-02 18:52:26 +02:00
5ca6cbcb2e Remove mistyped line 2023-10-02 18:50:19 +02:00
9be026c006 Re-add adaptive palette image length 2023-10-02 18:48:31 +02:00
f332765653 Revert palette changes 2023-10-02 18:47:23 +02:00
fbb47205ef fix: None is not defined in generateRandomPalette 2023-10-02 18:22:44 +02:00
89ef7c11e7 Add option to chose a default color in /palette 2023-10-02 18:19:40 +02:00
5081eb8767 Set preview length to match number of colors in palette 2023-10-02 17:59:36 +02:00
0c94666f03 Remove forgotten } 2023-10-01 18:26:44 +02:00
fd889cd823 Show hex instead of hsl in palette gen 2023-10-01 18:21:49 +02:00
Ninjdai1
6fe05437bb Add missing semicolons and change indentation 2023-09-30 08:29:50 +02:00
Ninjdai1
2ce4a5b10c Add ability to use \n in /say 2023-09-24 23:06:40 +02:00
Ninjdai1
99ae13a279 Change loveuser from global variable to const
in /lovecalc
2023-09-17 13:20:15 +02:00
Ninjdai1
8e99e5d8a1 Correct declaration of destCanvas in remix 2023-09-14 13:01:54 +02:00
Ninjdai1
1f70d6990b Correct typo in /note 2023-09-13 21:28:34 +02:00
Ninjdai1
24fc6f5706 Hotfix to correct config.json import 2023-09-13 21:26:16 +02:00
Ninjdai1
258d8a3cab Add ability to make a note on users (moderation) 2023-09-13 21:19:03 +02:00
Ninjdai1
3e845ec587 Transition to ESM 2023-09-13 21:12:45 +02:00
Ninjdai1
20667f34d5 Allow non-squared images in remix 2023-09-10 09:38:10 +02:00
Ninjdai1
a8cbfc050f Hotfix: Check if remix file has a file type 2023-09-10 09:09:12 +02:00
Ninjdai1
c36304da5b Added color blend command 2023-09-10 09:02:17 +02:00
Ninjdai1
aa29f648a1 Add 8 effects 2023-09-10 08:38:43 +02:00
Ninjdai1
2f3f930d79 Add image remix subcommand 2023-09-09 22:44:33 +02:00
Ninjdai1
bb4f68a1c6 Add a palette generator
and move inspiration into a subcommand
2023-09-09 22:06:44 +02:00
Ninjdai1
f4a2a1f1eb Add /inspiration 2023-09-09 15:16:51 +02:00
Ninjdai1
e534965baa Update /info to show node.js or bun version
depending on which one is in use
2023-09-09 11:18:55 +02:00
Ninjdai1
c4b82fc6bf Add additional informations on the bot in /info 2023-09-04 21:02:39 +02:00
Ninjdai
2ec4361fed
Updated clear to show the real quantity of deleted messages 2023-09-03 17:15:20 +02:00
Ninjdai
b4797d7487
Update clear.js 2023-08-29 22:44:36 +02:00
Ninjdai
1348db4eb3
/clear no longer deletes pinned messages 2023-08-29 22:40:42 +02:00
Ninjdai
97d38c94e5 Replace deprecated SelectMenuBuilder 2023-02-25 10:20:58 +01:00
Ninjdai
5493d40093
Update userinfocontextmenu.js
Removed info whether user is or is not a bot as it is useless
2023-01-08 17:48:59 +01:00
Ninjdai
e3cfaf0fe8
Update info.js
Removed info whether user was or was not a bot as it was useless
2023-01-08 17:48:17 +01:00
Ninjdai
7abed7993c
Update document.js
Replaced tabs with spaces
2022-12-16 08:54:38 +01:00
Ninjdai
3985bc3f44
Update reload.js 2022-12-16 08:26:32 +01:00
Ninjdai
37e8bdbf1c
Update ban.js
Replaced tab idents by space idents because of github treating them as 8 spaces instead of 4 for some reason O_o
2022-12-14 11:52:28 +01:00
Ninjdai
31d154706b
Update toggle.js
Corrected indent issues, prettied up the code and added forgotten const on variable declarations
2022-12-14 11:45:20 +01:00
Ninjdai
02ca9afef9
Update setup.js
Corrected misplaced bracket
2022-12-14 11:40:46 +01:00
Ninjdai
ba15d5ff8e
Update embed.js
Removed unused let in favor of const for variable declaration
2022-12-14 11:40:07 +01:00
Ninjdai
120fcbd71a
Update embedBuilderContextMenu.js
Removed useless let instead of const for variable declarations
2022-12-14 11:39:32 +01:00
ninjdai1
7d25298377 Added emoji registering for artists
Using /setemoji, staff can define an emoji for artists, that will
automatically be added to the start of a ticket when taken.
2022-11-11 21:05:55 +01:00
ninjdai1
090a4c5e26 This commit is a follow-up to the previous one: corrected unused imports and unused arguments 2022-11-11 09:27:12 +01:00
ninjdai1
7b98a13c72 Corrected deprecated imports (mainly SlashCommandBuilder that used to be imported from @discordjs/builder in some commands, now is from discord.js)
Removed unintended line breaks
2022-11-11 09:20:22 +01:00
ninjdai2
1906fa49de Whole new version !
Added interactions, brand new ticket system, and much more !
2022-11-09 14:44:05 +01:00