Skip to content

Commit

Permalink
Update Licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
ShroomAgent27 committed Dec 28, 2023
1 parent c12e66a commit 76ec98d
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 29 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ shroomdog27's Cogs for [Red-DiscordBot](https://github.com/Cog-Creators/Red-Disc
To add the cogs to your instance please do: `[p]repo add shroomdog27 https://github.com/shroomdog27/redbot-cogs`

### Cogs
| Name | Status/Version | Description (Click to see full status)
| Name | Status/Version | Description (Click to see full status) |
| --- | --- | --- |
| nvite | **1** | <details><summary>Allows creation of invites using custom parameters to force users to use the same settings every time.</summary></details>|
| PrivateChannel| **2** | <details><summary>Allows you to create a private text channel under a configurable category for a given user.</summary></details>|
| VCLogger| **2** | <details><summary>Logs all voice channel joins and leaves in your server. Sends to a configurable channel.</summary></details>|
| LeaverLogger | **1** | <details><summary>Logs all leaves of the server.</summary></details>|
| LeaverLogger | **1** | <details><summary>Logs all leaves of the server.</summary></details>
| nvite | **1** | <details><summary>Allows creation of invites using custom parameters to force users to use the same settings every time.</summary></details>
| PrivateChannel| **2** | <details><summary>Allows you to create a private text channel under a configurable category for a given user.</summary></details>
| VCLogger| **2** | <details><summary>Logs all voice channel joins and leaves in your server. Sends to a configurable channel.</summary></details>

You can post questions to the issues tab on this board.
8 changes: 4 additions & 4 deletions leaverlogger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Modified MIT License (MIT)
# The MIT License (MIT)
#
# Copyright (c) 2020 shroomdog27
# Copyright (c) 2023 shroomdog27
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, and sublicense
# the Software, and to permit persons to whom the Software is
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
Expand Down
8 changes: 4 additions & 4 deletions leaverlogger/leaverlogger.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Modified MIT License (MIT)
# The MIT License (MIT)
#
# Copyright (c) 2020 shroomdog27
# Copyright (c) 2023 shroomdog27
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, and sublicense
# the Software, and to permit persons to whom the Software is
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
Expand Down
8 changes: 4 additions & 4 deletions nvite/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Modified MIT License (MIT)
# The MIT License (MIT)
#
# Copyright (c) 2020 shroomdog27
# Copyright (c) 2023 shroomdog27
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, and sublicense
# the Software, and to permit persons to whom the Software is
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
Expand Down
8 changes: 4 additions & 4 deletions nvite/nvite.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Modified MIT License (MIT)
# The MIT License (MIT)
#
# Copyright (c) 2020 shroomdog27
# Copyright (c) 2023 shroomdog27
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, and sublicense
# the Software, and to permit persons to whom the Software is
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
Expand Down
8 changes: 4 additions & 4 deletions privatechannel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Modified MIT License (MIT)
# The MIT License (MIT)
#
# Copyright (c) 2020 shroomdog27
# Copyright (c) 2023 shroomdog27
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, and sublicense
# the Software, and to permit persons to whom the Software is
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
Expand Down
8 changes: 4 additions & 4 deletions privatechannel/privatechannel.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Modified MIT License (MIT)
# The MIT License (MIT)
#
# Copyright (c) 2020 shroomdog27
# Copyright (c) 2023 shroomdog27
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, and sublicense
# the Software, and to permit persons to whom the Software is
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
Expand Down

0 comments on commit 76ec98d

Please sign in to comment.