forked from NeuroAssassin/Toxic-Cogs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Neuro Assassin
committed
Jun 4, 2019
1 parent
a916bbf
commit c6b2987
Showing
37 changed files
with
1,040 additions
and
871 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
from .color import Color | ||
|
||
|
||
def setup(bot): | ||
bot.add_cog(Color(bot)) | ||
bot.add_cog(Color(bot)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"author" : ["Neuro Assassin"], | ||
"install_msg" : "Thank you for downloading this cog.", | ||
"install_msg" : "Thank you for downloading this cog. In-message shortcuts are enabled by guild by default. An administrator can change this rule by running `[p]color msgshort false`", | ||
"name" : "color", | ||
"short" : "Tells you the hexadecimal values, rgb values and names of colors", | ||
"description" : "This cog will tell you the hexadecimal value, rgb value and the name of the color that is supplied to it.", | ||
"tags" : ["tools"], | ||
"requirements" : ["colour"], | ||
"requirements" : ["colour", "pillow"], | ||
"hidden" : false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
from .commandchart import CommandChart | ||
|
||
|
||
def setup(bot): | ||
bot.add_cog(CommandChart(bot)) | ||
bot.add_cog(CommandChart(bot)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
from .cooldown import Cooldown | ||
|
||
|
||
def setup(bot): | ||
bot.add_cog(Cooldown(bot)) | ||
bot.add_cog(Cooldown(bot)) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.