Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Discord Team
Commits
613eeee9
Commit
613eeee9
authored
Nov 25, 2025
by
Dennis
Browse files
added channel_topic
parent
4a49ad04
Changes
1
Hide whitespace changes
Inline
Side-by-side
bot.py
View file @
613eeee9
...
...
@@ -109,6 +109,7 @@ def get_meta_data(message: discord.Message):
"channel_id"
:
str
(
message
.
channel
.
id
),
"backlink"
:
DISCORD_LINK
+
str
(
message
.
guild
.
id
)
+
"/"
+
str
(
message
.
channel
.
id
)
+
"/"
+
str
(
message
.
id
),
"text"
:
message
.
content
,
"channel_topic"
:
message
.
channel
.
topic
,
"reactions_history"
:
[],
"links"
:
re
.
findall
(
URL_REGEX
,
message
.
content
),
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment