mirror of https://github.com/coddrago/Heroku
Update quickstart.py
parent
10ad161d87
commit
22fd310b39
|
@ -31,7 +31,7 @@ class Quickstart(loader.Module):
|
|||
strings = {"name": "Quickstart"}
|
||||
|
||||
async def client_ready(self):
|
||||
self.request_join("heroku_talks", "Heroku help is only available in this chat. By agreeing to join the chat, you agree to the Heroku federation rules and if you violate them, you will be permanently banned.")
|
||||
await self.request_join("heroku_talks", "Heroku help is only available in this chat. By agreeing to join the chat, you agree to the Heroku federation rules and if you violate them, you will be permanently banned.")
|
||||
|
||||
self.mark = lambda: [
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue