|
09ab8aa69d
|
docs(emojiinfo): changed a string
|
2024-05-08 16:11:09 -04:00 |
|
|
fb34593707
|
docs(emojiinfo): made docs visible on the navigation header
|
2024-05-08 16:10:34 -04:00 |
|
|
ebdd3e3525
|
Merge pull request 'Add EmojiInfo cog' (#27) from emoji into main
Reviewed-on: SeaswimmerTheFsh/SeaCogs#27
|
2024-05-08 20:07:30 +00:00 |
|
|
e1bfa79cb9
|
fix(emojiinfo): pylint fixes
|
2024-05-08 16:06:22 -04:00 |
|
|
e59503829f
|
fix(emojiinfo): add the PartialEmoji.from_str call to the try and except blocks
|
2024-05-08 16:02:56 -04:00 |
|
|
d126f1e6d3
|
fix(emojiinfo): made the ephemeral argument optional in the slash command
|
2024-05-08 16:00:36 -04:00 |
|
|
66df7664a5
|
fix(emojiinfo): awaited a coroutine
|
2024-05-08 15:59:10 -04:00 |
|
|
ce53908938
|
fix(emojiinfo): seperated the slash command from the normal command
|
2024-05-08 15:58:26 -04:00 |
|
|
8f6afe754d
|
docs(emojiinfo): added documentation
|
2024-05-08 15:49:19 -04:00 |
|
|
aa6e0d7590
|
fix(emojiinfo): added descriptions to the application command parameters
|
2024-05-08 15:48:18 -04:00 |
|
|
d65d04fa7a
|
fix(emojiinfo): added group to the emojiinfo string
|
2024-05-08 15:40:58 -04:00 |
|
|
bc9bc53967
|
fix(emojiinfo): fixed another unboundlocal error
|
2024-05-08 15:39:51 -04:00 |
|
|
2b5a00f512
|
fix(emojiinfo): fixed an unboundlocal error
|
2024-05-08 15:38:51 -04:00 |
|
|
4bf3e85df2
|
fix(emojiinfo): fixed a syntax error
|
2024-05-08 15:37:20 -04:00 |
|
|
ce595e50da
|
fix(emojiinfo): open the emojis.json file before attempting to read from it
|
2024-05-08 15:36:17 -04:00 |
|
|
9ed16a44f2
|
feat(emojiinfo): added aliases and groups
|
2024-05-08 15:34:04 -04:00 |
|
|
59097b676d
|
fix(emojiinfo): forgot to return early lol
|
2024-05-08 14:46:28 -04:00 |
|
|
537b2edafa
|
fix(emojiinfo): catch errors if the emoji is invalid
|
2024-05-08 14:45:46 -04:00 |
|
|
8ebb383a84
|
fix(emojiinfo): fixed an issue with markdown
|
2024-05-08 14:38:39 -04:00 |
|
|
1ed1eb2681
|
fix(emojiinfo): fixed a syntax error
|
2024-05-08 14:35:47 -04:00 |
|
|
a02a7ab3d7
|
fix(emojiinfo): fixed formatting
|
2024-05-08 14:34:28 -04:00 |
|
|
80dcfea95e
|
fix(emojiinfo): use aiohttp.ClientSession
|
2024-05-08 14:30:07 -04:00 |
|
|
7ae8226ca5
|
fix(emojiinfo): added colorthief to the requirements
|
2024-05-08 14:26:40 -04:00 |
|
|
b910d8c614
|
feat(emojiinfo): added most of the cog's functionality
|
2024-05-08 14:26:03 -04:00 |
|
|
d87c37239d
|
fix(emojiinfo): fixed error if you input a default discord emoji
|
2024-05-08 13:58:58 -04:00 |
|
|
c266997a78
|
fix(emojiinfo): use commands.Cog instead of commands.cog
|
2024-05-08 13:54:55 -04:00 |
|
|
20c3007306
|
renamed emoji to emojiinfo
|
2024-05-08 13:53:21 -04:00 |
|
|
8fdf587bde
|
fix(emoji): specify a name for the hybrid command
|
2024-05-08 13:50:46 -04:00 |
|
|
ea1f7a7f8e
|
fix(emoji): fixed the cog refusing to load
|
2024-05-08 13:47:33 -04:00 |
|
|
384ce7fc6d
|
feat(emoji): added the cog
|
2024-05-08 13:43:33 -04:00 |
|
|
904fd1c914
|
fix(aurora): fixed more import errors
|
2024-05-06 21:46:01 -04:00 |
|
|
92d221ff70
|
fix(aurora): forgot a file!
|
2024-05-06 21:43:08 -04:00 |
|
|
d91a4f49f9
|
fix(aurora): fixed import errors
|
2024-05-06 21:39:43 -04:00 |
|
|
ab878739c4
|
misc(aurora): pep 604 compliance
|
2024-05-06 21:04:08 -04:00 |
|
|
946e14ee3c
|
fix(aurora): something idk
|
2024-05-06 20:45:22 -04:00 |
|
|
bcc4aa384f
|
fix(aurora): hopefully fixed the module not found issue?
|
2024-05-06 17:41:14 -04:00 |
|
|
260dd3ef4c
|
fix(aurora): fixing a ModuleNotFound error
|
2024-05-06 17:35:43 -04:00 |
|
|
c69b3cd032
|
misc(aurora): import change
|
2024-05-06 17:33:28 -04:00 |
|
|
2b79e3b6a8
|
fix(aurora): added an __init__.py to a directory that was missing one
|
2024-05-06 17:29:57 -04:00 |
|
|
7dfe94869c
|
misc(aurora): codebase cleanup
|
2024-05-06 17:23:59 -04:00 |
|
|
ac8cefd779
|
fix(aurora): pylint fixes
|
2024-05-06 16:47:21 -04:00 |
|
|
09471a4027
|
misc(aurora): change the logging severity of Change.from_dict()'s logs to trace
|
2024-05-06 16:39:13 -04:00 |
|
|
15ccd5530a
|
fix(aurora): fixed a few unboundlocalerrors
|
2024-05-06 16:37:52 -04:00 |
|
|
bb5ab8e61b
|
fix(aurora): make Moderration.from_result() return a Moderation object instead of a dictionary
|
2024-05-06 16:36:27 -04:00 |
|
|
c2e017339e
|
fix(aurora): fixed a broken classmethod
|
2024-05-06 16:35:06 -04:00 |
|
|
d7ca5cab46
|
feat(aurora): cleaned up the codebase and fixed a whole bunch of bugs
|
2024-05-06 16:34:08 -04:00 |
|
|
53b67e1c95
|
fix(aurora): convert results into a dictionary before making a Moderation instance out of them
|
2024-05-06 16:07:35 -04:00 |
|
|
d7a8fbe367
|
fix(aurora): ignore moderations with the id 0 in the history command
|
2024-05-06 16:02:00 -04:00 |
|
|
f8968e8e9e
|
feat(aurora): updated /history command
|
2024-05-06 15:59:43 -04:00 |
|
|
834d116b20
|
fix(aurora): fixed a syntax error
|
2024-05-06 15:32:01 -04:00 |
|