Skip to content
Snippets Groups Projects
Unverified Commit a8a2d32d authored by Fabian's avatar Fabian Committed by GitHub
Browse files

added open, close, private state to learninggroups (#127)

* added open, close, private state to learninggroups

* fix logical issue in show and hide

* add discriminator to lg memberlists

* add seperator to help cards

* fix open channel got permissions / add discriminator to statusmessage

* fix message not send on state change success

* fix typo prevents message to be shown

* fix range from 4 to 6 causes error when lou does her 666 things

* add debug command to show on the fly channel confings

* change "Benutzer" and "Besitzer" to female forms
parent d1576ac4
No related branches found
No related tags found
1 merge request!128Merge learninggroup changes to release
......@@ -192,6 +192,7 @@ class Help(commands.Cog):
embed = disnake.Embed(title=title,
description=text,
color=19607)
text += "==========================\n"
await utils.send_dm(ctx.author, text) # , embed=embed)
for subname in data['command']:
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment