a0dd3335c9
It pains me but i must add gcc to the docker file now to get it to build properly
2018-10-14 09:34:17 -07:00
a2c7f0a65e
Updating url to new duckdns domain
2018-10-14 09:25:04 -07:00
cf5d89b845
update wording for delete messages warning
2018-07-10 13:37:42 -07:00
6d64c1847a
Merge branch 'master' of ssh://luker.zzzz.io/ldooks/dragon-bot
2018-07-10 13:36:16 -07:00
f87de44f7a
only admins can purge messages
2018-07-10 13:36:07 -07:00
17074848bc
Merge branch 'fix_quake' into 'master'
...
Fixing edge case with finding last game type played
See merge request ldooks/dragon-bot!13
2018-07-10 20:05:25 +00:00
5f39e8c7d0
Fixing edge case with finding last game type played
2018-07-10 13:02:57 -07:00
9e7304e6dd
Update wording in prettify and shortening some comments
2018-07-04 17:00:39 +00:00
edb117152e
join the score on a dash so it looks a bit nicer #18
2018-07-04 09:53:45 -07:00
fcbd4cd985
Implemeting suggestions from reddit. Fixes #20
2018-07-03 20:13:50 -07:00
9495640c8d
reduce invite life span to 1 hour
2018-07-03 11:19:15 -07:00
e01e80da44
Attempting to add data about last match, #18
2018-07-01 16:19:59 -07:00
6d17c771e9
Fix the help method parsing
2018-07-01 12:17:46 -07:00
7af4a9c037
Documentation
2018-07-01 11:54:41 -07:00
e50fad0342
Merge branch 'quake' into 'master'
...
First pass at quake functionality, #18
See merge request ldooks/dragon-bot!12
2018-07-01 18:47:36 +00:00
38b3aee00a
First pass at quake functionality, #18
2018-07-01 11:45:45 -07:00
0d5815ceea
Merge branch 'create_gitlab_tickets' into 'master'
...
Create issues with dragon-bot now, fixes #5
Closes #5
See merge request ldooks/dragon-bot!11
2018-06-30 02:49:57 +00:00
fa9957fd38
Create issues with dragon-bot now
2018-06-29 19:48:00 -07:00
7134161ed1
Merge branch 'emoji_to_own_file' into 'master'
...
Moving emoji into its own file, fixes #8
Closes #8
See merge request ldooks/dragon-bot!10
2018-06-29 18:39:46 +00:00
562c4f63d8
Moving emoji into its own file, fixes #8
2018-06-29 18:39:46 +00:00
4b4d412727
fixing dragon_env variable
2018-06-28 22:17:19 -07:00
6d5837b382
Removing the production token from the code and rotating it
2018-06-28 22:15:55 -07:00
c02a7e127f
Switch this to a DM to keep the chat clean
2018-06-27 11:47:54 -07:00
e899211ee8
Add method to print out all the languages supported by tts
2018-06-27 11:45:20 -07:00
a93b974b98
Add a help blurb for deleting emoji
2018-06-26 20:47:16 -07:00
46abb156d5
Merge branch 'delete_emoji' into 'master'
...
Add emoji deletion functionality, fixes #4
Closes #4
See merge request ldooks/dragon-bot!7
2018-06-27 03:46:01 +00:00
d42fc4f8d0
Add emoji deletion functionality
2018-06-26 20:03:07 -07:00
18a59ded06
remove unused containers once theyre exited
2018-06-22 14:06:54 -07:00
bf5a430c67
adding birb
2018-06-22 13:51:06 -07:00
13094d9051
Fixing markdown error on the readme
2018-06-22 18:10:41 +00:00
c6be38bd7e
fixing some spacing between the help method and the first colon
2018-06-22 11:08:47 -07:00
3ba282955f
Adding inline false to the embed so it looks pretty
2018-06-21 21:29:31 -07:00
d6c14b828e
cleaning up some code and adding missed methods to the help file
2018-06-21 20:50:29 -07:00
c941b892cc
Merge branch 'john' into 'master'
...
!help command Fixes #2
Closes #2
See merge request ldooks/dragon-bot!2
2018-06-22 02:50:24 +00:00
John
dfe804b4ac
refactor: remove commented out code
2018-06-21 17:03:55 -04:00
2cf15cf095
Merge branch 'quality_of_life' into 'master'
...
Adding some PR templates and a contribution guideline
See merge request ldooks/dragon-bot!6
2018-06-21 19:12:39 +00:00
ed7ba5319b
Adding some PR templates and a contribution guideline
2018-06-21 12:10:36 -07:00
a911efbd73
Max invite age is 12 hours
2018-06-20 12:00:36 -07:00
John
29789d3331
refactor: use split() > 1 vs string length > 5
2018-06-20 02:36:14 -04:00
John
787b4ce5b6
refactor: !help command
2018-06-20 00:40:58 -04:00
John
d28062ca4f
feat: masked urls for !help
2018-06-19 23:55:26 -04:00
John
a4e43aa9be
feat: !help command to look similar to Ayana
2018-06-19 23:44:34 -04:00
fb3b0cfd61
Updating some wording on help
2018-06-19 14:03:55 -07:00
c17bab3697
Updating the help method to link to the open issue
2018-06-19 13:55:17 -07:00
4bd8e46f0c
Now dragon bot can give you invites
2018-06-19 10:29:57 -07:00
25e3e4168c
removing the emoji call cause it didnt work
2018-06-14 20:59:11 -07:00
cf072a7470
Updating link to source code
2018-06-14 20:47:00 -07:00
fe20eed478
Merge branch 'master' of ssh://luker.zzzz.io:222/ldooks/dragon-bot
2018-06-14 20:46:48 -07:00
935f3b8a23
Merge branch 'ci_changes' into 'master'
...
Trying some new things with the gitlab.yml file, also removing pylint from requirements.txt so it is only installed during testing
See merge request ldooks/dragon-bot!1
2018-06-13 17:57:42 +00:00
9bd119e660
guess i cant get away with not installing requirements for linting
2018-06-13 10:56:19 -07:00