Commit Graph
237 Commits
Author SHA1 Message Date
Agg 02c3f1e685 Added ban command
And changed the response because if you were talking without commas you would need to breathe heavily and and and and *huff*
2018-06-20 21:17:31 +03:00
davfsa 7321413c90 Update bot_management.py 2018-06-20 20:03:28 +02:00
davfsa c6efae9635 Update bot_management.py 2018-06-20 20:01:45 +02:00
davfsa 239261eeaf Update bot_management.py 2018-06-20 19:55:50 +02:00
davfsa 423edf1a3a Merge remote-tracking branch 'origin/development' into development 2018-06-20 19:49:43 +02:00
davfsa 6b1dd09a98 Updated bot_management.py 2018-06-20 19:49:32 +02:00
davfsa 0f80146172 Updated bot_management.py 2018-06-20 19:49:03 +02:00
davfsa 6ae7113f5d Merge pull request #52 from neko404notfound/patch-2
Fixed broken import someone didn't check.
2018-06-20 19:43:45 +02:00
neko404notfound cd286222c1 Fixed broken import someone didn't check. 2018-06-20 18:42:48 +01:00
Dusty.P db0391d8af Merge pull request #51 from neko404notfound/patch-1
Fixed a stupid typo.
2018-06-20 09:40:18 -08:00
neko404notfound 7f2f4a32ca Fixed a stupid typo. 2018-06-20 18:39:47 +01:00
Dustin Pianalto 39838d3e79 removed numpy import 2018-06-20 09:39:22 -08:00
davfsa a76394b568 Update requirements.txt 2018-06-20 19:15:32 +02:00
davfsa 3ebf0e22f8 Merge pull request #50 from neko404notfound/neko404notfound-venv-patch
Update sebi_machine_launcher.sh
2018-06-20 19:04:07 +02:00
neko404notfound becc2d3ade Update sebi_machine_launcher.sh 2018-06-20 18:03:24 +01:00
neko404notfound 6b9a9cc968 Update sebi_machine_launcher.sh 2018-06-20 18:00:16 +01:00
davfsa 09384a7efa Merge pull request #49 from neko404notfound/development
Requirements and traps.
2018-06-20 18:57:01 +02:00
neko404notfound 76f7e0c36e Requirements and traps.
Requirements file was missing five requirements. This might be useful to
have fixed, so I sorted that out.
    - opuslib
    - youtube_dl
    - asyncpg
    - PyNaCl
    - dataclasses

Made the sebi_machine_launcher.sh executable only under the current
owner.

Added a SIGINT trap to sebi_machine_launcher.sh. You are only restarting
while the bot returns a non-truthy exit code (i.e. non zero). SIGINT,
which triggers the Python KeyboardInterrupt builtin exception being
raised will, if unhandled, result in a non-zero exit code. Thus, if you
provide a keyboard interrupt, you will just have the bot instantly
respawn. This is fine until you have a one second lag over SSH. Then my
wrist starts to hurt from spamming CTRL-C so many times until the bot
process dies.
2018-06-20 17:51:25 +01:00
davfsa 1f8856b277 Changed so that people with manage roles can add and delete tags 2018-06-20 17:48:14 +02:00
davfsa 5caf602f79 Changed discord.Member to discord.User in invite 2018-06-19 22:34:50 +02:00
davfsa 0fb83df922 Renamed start to tutorial 2018-06-19 22:15:29 +02:00
davfsa 5ae0bd4b20 Fixed indentation error 2018-06-19 22:08:28 +02:00
davfsa 8247bb5469 Merge remote-tracking branch 'origin/development' into development 2018-06-19 22:07:09 +02:00
davfsa a8fd644218 Added a new command "finish"
Finished invite
2018-06-19 22:06:08 +02:00
davfsa 0c4b735e41 Added some files to gitignore 2018-06-19 22:05:09 +02:00
davfsa ce8bd68193 Removed a useless command from moderation.py 2018-06-19 22:04:47 +02:00
Mr-Blob 6c2857e5c8 Update extensions.txt 2018-06-19 10:03:24 +00:00
Mr-Blob a9cca0cff6 Create music.py 2018-06-19 10:03:04 +00:00
Mr-Blob ccd6f14efc Create noblock.py 2018-06-19 10:02:21 +00:00
Mr-Blob 844d3a4869 Create __init__.py 2018-06-19 10:00:36 +00:00
Dustin Pianalto 6c80b5832b pep8 2018-06-18 10:31:32 -08:00
Dustin Pianalto 3d508968d4 Merge remote-tracking branch 'origin/development' into development
# Conflicts:
#	src/cogs/bot_management.py
2018-06-18 10:30:37 -08:00
davfsa 315b48c235 Update bot_management.py 2018-06-18 20:30:13 +02:00
Dustin Pianalto d906d375f7 pep8 2018-06-18 10:30:07 -08:00
davfsa 5736945447 Update bot_management.py 2018-06-18 08:24:15 +00:00
davfsa 5a01692f6b Update bot_management.py 2018-06-16 11:32:07 +02:00
davfsa b95269c234 Update bot_management.py 2018-06-16 11:27:14 +02:00
davfsa 7ce9b3dd52 Update bot_management.py 2018-06-16 11:23:38 +02:00
davfsa 86521e8e50 Update bot_management.py 2018-06-16 11:01:44 +02:00
davfsa aef00702a7 Update bot_management.py 2018-06-16 11:01:06 +02:00
davfsa c966615a80 Update bot_management.py 2018-06-16 11:00:03 +02:00
davfsa 0772281ab2 Fixed indentaion errors 2018-06-16 10:56:57 +02:00
davfsa 3f0252909f Update bot_management.py 2018-06-16 10:55:32 +02:00
davfsa 313e103ef8 Added invite command 2018-06-16 10:50:14 +02:00
Dustin Pianalto 97524ce9bd Remove on_message 2018-06-16 00:12:46 -08:00
Dustin Pianalto c43efe5801 Ignore self 2018-06-16 00:06:13 -08:00
davfsa 7aefcf5856 Fixed a little error 2018-06-16 10:04:13 +02:00
davfsa 79342626a2 Fixed a typo 2018-06-16 10:01:02 +02:00
davfsa 8e5f0c3fd7 Added a bot-invite "command" (still-testing) 2018-06-16 09:58:21 +02:00
davfsa 82978b1822 Added a bot-invite "command" (still-testing) 2018-06-16 09:50:39 +02:00