Commit graph

34 commits

Author SHA1 Message Date
3424841a51
fix(forums): interaction.channel.get_tag --> interaction.channel.parent.get_tag
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 19:39:38 -04:00
5cb06247ff
fix(forums): fixed concatenate error
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 19:38:09 -04:00
10dd73ac6b
fix(forums): fixed reason not being set to anything
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 19:36:47 -04:00
ea083608f3
fix(forums): fixed an add_reaction that happened regardless of an isinstance check
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 19:35:46 -04:00
6ee67f40e7
fix(forums): fixed incorrect argument positioning causing errors with buttons
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 19:34:46 -04:00
0529842b62
fix(forums): fixed missing channel attribute
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 19:30:12 -04:00
c87261b17e
fix(forums): changed no button emoji as it can't be seen against a red button background 2023-09-07 19:27:18 -04:00
b6b144bb21
fix(forums): fixed the button interaction not returning a guild attribute
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 19:26:27 -04:00
529fdfa341
misc(forums): changed owner_id to owner.id 2023-09-07 19:20:07 -04:00
cf013e81b4
fix(forums): fixed no button being marked with success instead of danger 2023-09-07 19:18:24 -04:00
4709af1146
feat(forums): fleshed out the resolved buttons
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 19:17:42 -04:00
96ced7982e
feat(forums): added forumconfig channel command
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 19:01:41 -04:00
67ed8aedc6
feat(forums): implemented yes button for resolved command
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 18:58:25 -04:00
8c858a356e
fix(forums): maybe actually fixed forums?
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 18:55:49 -04:00
c288a1324c
fix(forums): hopefully fixed how the tagset command works
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 18:54:45 -04:00
355cec9eff
fix(forums): testing another fix to the tagset command
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 18:41:59 -04:00
85411ef585
fix(forums): attempting a fix to tagset
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-07 18:35:11 -04:00
4fb42065b4
misc(forums): formatting changes 2023-09-07 18:30:57 -04:00
acdb1ddecd
fix(forums): fixed the forum_tag msg edit function in Select class
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 22:30:45 -04:00
5a77adf1cd
fix(forums): fixed value being wrong lol
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 22:28:12 -04:00
682efc0cca
fix(forums): epic fail
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 22:26:22 -04:00
cfc2e86bca
fix(forums): hopefully fixed the message not being edited?
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 22:25:12 -04:00
ec9d8db31f
fix(forums): awaited a corotuine
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 22:21:21 -04:00
546caca3e6
fix(forums): tag is now stored as an ID instead of a ForumTag object
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 22:20:09 -04:00
007fdac361
fix(forums): forumtag now is outputted as a name
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 22:17:12 -04:00
d36f42e8b9
fix(forums): hopefully fixed a bug in argument declarations
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 22:15:42 -04:00
edbcc2f0e2
feat(forums): made the configuration options for tagset actually do something
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 22:13:26 -04:00
491b2790dc
fix(forums): added a name for a config command
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 22:05:32 -04:00
a90fc5b878
fix(forums): fixed a typerror
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 22:04:59 -04:00
4f9a1c9f4e
feat(forums): working on more of the cog, nearly done
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 22:02:15 -04:00
f02fd84888
feat(forums): added new forum_channel config option
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 19:56:41 -04:00
663d71831d
fix(forums): I forgot to mark a command with a command decorator 💀
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 19:42:11 -04:00
97e7b136bb
misc(forums): removed useless import 2023-09-01 19:40:31 -04:00
2eb4b738be
feat(forums): introduced the forums cog
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 19:37:50 -04:00