Commit graph

1081 commits

Author SHA1 Message Date
00da6356ba Add avatar command, closes #64 2021-07-22 08:44:31 -06:00
4a08ece729 Add star.id to star object 2021-07-22 08:30:47 -06:00
d1e49d1358 Fix star object (again) 2021-07-22 08:29:02 -06:00
ec8d0fece1 Fix star object 2021-07-22 08:27:56 -06:00
f39dd3468b Fix using narvis instead of jarvis 2021-07-22 08:19:09 -06:00
14e0a865a7 Merge branch 'db-rewrite' into 'main'
Massive Database Access Re-write

Closes #26, Closes #61

See merge request stark-industries/j.a.r.v.i.s.!16
2021-07-22 14:15:00 +00:00
f36e8d0b77 Massive Database Access Re-write 2021-07-22 14:15:00 +00:00
a16411ea83 Merge branch 'bugfix-60' into 'main'
Warnings List Enhancement

Closes #60

See merge request stark-industries/j.a.r.v.i.s.!15
2021-07-21 00:56:44 +00:00
dcbcbcf8b6 Change format of warnings list 2021-07-20 18:55:58 -06:00
f32ab6957c Closes #60, shows date/time on warnings. Potential bug: Embed field too large 2021-07-20 18:47:35 -06:00
877eff30f5 Merge branch 'bugfix-59' 2021-07-20 18:39:03 -06:00
24d1e98392 Merge branch 'main' into 'bugfix-59'
# Conflicts:
#   jarvis/__init__.py
#   jarvis/cogs/modlog.py
2021-07-21 00:37:59 +00:00
c98130b654 Properly fix regex detection of invites 2021-07-20 18:35:03 -06:00
ad531cd805 Merge branch 'merge-fix' into 'main'
Merge fix

See merge request stark-industries/j.a.r.v.i.s.!13
2021-07-20 14:44:33 +00:00
6bf06bf6ca Bump version to 1.0.1 2021-07-20 08:43:51 -06:00
7d50992023 Fix bad merge headers remaining in file 2021-07-20 08:43:35 -06:00
578789f152 Merge branch 'documentation' into 'main'
Update Documentation

See merge request stark-industries/j.a.r.v.i.s.!11
2021-07-20 14:42:01 +00:00
a9db2c04a8 Merge branch 'bugfix-59' into 'main'
Bugfix 59

Closes #59

See merge request stark-industries/j.a.r.v.i.s.!12
2021-07-20 14:41:41 +00:00
9ed0b57faf Fixes regex pattern matching on Discord invites 2021-07-20 14:41:41 +00:00
780405c995 Merge branch 'bugfix-59' of git.zevaryx.com:stark-industries/j.a.r.v.i.s. into bugfix-59 2021-07-20 08:39:58 -06:00
df44dd6c72 Merge branch 'bugfix-59' of git.zevaryx.com:stark-industries/j.a.r.v.i.s. into bugfix-59 2021-07-20 08:39:56 -06:00
d4cdfde950 Merge branch 'bugfix-59' of git.zevaryx.com:stark-industries/j.a.r.v.i.s. into bugfix-59 2021-07-20 08:39:34 -06:00
667de50f91 Update regex to close #59 2021-07-20 08:38:55 -06:00
d2cf3549ec Update regex to close #59 2021-07-20 08:15:15 -06:00
6b5be34b24 Merge branch 'documentation' of git.zevaryx.com:stark-industries/j.a.r.v.i.s. into documentation 2021-07-19 15:00:03 -06:00
9d567410cc Add space above image to prevent pushing on badges 2021-07-19 15:00:01 -06:00
d8907a505d Add space above image to prevent pushing on badges 2021-07-19 14:59:32 -06:00
64d969abf9 Update README.md and requirements.txt 2021-07-19 14:57:35 -06:00
95c1469de5 Fix wording in modlog for deleted messages 2021-07-19 14:09:57 -06:00
4b32493cc8 Merge branch 'bugfix-58' into 'main'
Fix #58

Closes #58

See merge request stark-industries/j.a.r.v.i.s.!10
2021-07-19 20:06:45 +00:00
eaf2ed946f Close #58 2021-07-19 14:04:27 -06:00
9c3d68970f Merge branch 'v1.0.0' into 'main'
V1.0.0

Closes #53, #51, #45, #55, #46, #50, #48, #44, #56, #52, and #49

See merge request stark-industries/j.a.r.v.i.s.!8
2021-07-19 19:46:22 +00:00
e25b58440b Disable help command for non-slash commands, close #44 2021-07-19 13:40:43 -06:00
adf33171d2 Close #45, issue was due to capitalization 2021-07-19 13:37:28 -06:00
5f3e61f4f2 Change command error messages to be hidden (if available) 2021-07-19 13:29:56 -06:00
dd88f7fbee Close #49 2021-07-19 13:29:19 -06:00
f48a4b827f Close #48, also allow people with role to ping others with role 2021-07-19 13:23:44 -06:00
85643788e3 Close #50 2021-07-19 13:16:26 -06:00
7cee33315c Close #51, fix starboard channel restrictions 2021-07-19 13:13:46 -06:00
9288da2899 Close #52 2021-07-19 13:08:33 -06:00
52ecdfc9f5 Close #53 2021-07-19 13:06:44 -06:00
505787fe94 Close #55 2021-07-19 13:03:45 -06:00
02ce5b34a3 Various admin bugfixes, closes #56 2021-07-19 13:00:56 -06:00
19c9274f66 Convert all non-ctc2 and dbrand commands to global commands 2021-07-16 18:16:40 -06:00
af3d6a7edb Restrict dbrand and ctc2 commands to Stark Industry and dbrand servers 2021-07-16 18:13:09 -06:00
cb9b4272ed Migrate eval to OwnerCog, restrict to DMChannel. Bump to v1.0.0. No show help on bad non-slash command. 2021-07-16 18:08:29 -06:00
6af3099b47 Add star delete, closes #46 2021-07-16 18:03:04 -06:00
0519dbd91f Ignore on_message(_edit) from @jarvis 2021-07-16 17:39:49 -06:00
33ea412d7a Merge branch 'v1.0.0' into 'main'
Admin Updates

See merge request stark-industries/j.a.r.v.i.s.!7
2021-07-15 20:37:26 +00:00
a2704475b0 Swap out cloc for tokei 2021-07-15 14:35:27 -06:00