Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fernuni-bot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dnns01
fernuni-bot
Commits
676052b3
Commit
676052b3
authored
3 years ago
by
samari-k
Browse files
Options
Downloads
Patches
Plain Diff
debugged "link nicht gefunden"
parent
e8f9c8cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!74
Links verwalten
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cogs/links.py
+2
-1
2 additions, 1 deletion
cogs/links.py
with
2 additions
and
1 deletion
cogs/links.py
+
2
−
1
View file @
676052b3
...
...
@@ -106,7 +106,7 @@ class Links(commands.Cog):
if
channel_links
:
=
self
.
links
.
get
(
str
(
ctx
.
channel
.
id
)):
if
topic_links
:
=
channel_links
.
get
(
topic
):
if
topic_links
.
get
(
title
)
:
if
title
in
topic_links
:
topic_links
.
pop
(
title
)
if
not
topic_links
:
channel_links
.
pop
(
topic
)
...
...
@@ -160,6 +160,7 @@ class Links(commands.Cog):
)
@cmd_links.command
(
name
=
"
edit-link
"
,
aliases
=
[
"
el
"
])
async
def
cmd_edit_link
(
self
,
ctx
,
topic
,
title
,
new_title
,
new_topic
=
None
,
new_link
=
None
):
topic
=
topic
.
lower
()
if
not
new_topic
:
new_topic
=
topic
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment