Add a stricter warning message when adding 3rd party repos

This commit is contained in:
Will Tekulve 2016-04-21 22:37:22 -04:00
parent b3e1e49b82
commit 12064ca487

View File

@ -45,7 +45,11 @@ class Downloader:
Risk.""" Risk."""
await self.bot.say("Type 'I agree' to confirm " await self.bot.say("Type 'I agree' to confirm "
"adding a 3rd party repo. This has the possibility" "adding a 3rd party repo. This has the possibility"
" of being harmful.") " of being harmful. You will not receive help "
"in Red - Discord Bot #support for any cogs "
"installed from this repo. If you do require "
"support you should contact the owner of this "
"repo.")
answer = await self.bot.wait_for_message(timeout=15, answer = await self.bot.wait_for_message(timeout=15,
author=ctx.message.author) author=ctx.message.author)
if answer is None: if answer is None: