|
|
@@ -65,7 +65,7 @@ class Matesearch(commands.Cog):
|
|
|
|
|
|
## Only be able to send if last request is min 20h old
|
|
|
|
|
|
- config = self.Form._load_config()
|
|
|
+ config = self.Form._load_config(self)
|
|
|
enable_search = config.getboolean("Matesearch","enable_search_mates")
|
|
|
if not enable_search:
|
|
|
return
|