-
8b0313c942
Merge pull request 'beeeeg refactor :3' (#1) from videogame-hacker/rustcord:patch/cleanup-match-statements into master
master
Agatha Lovelace
2021-07-08 15:42:24 +0000
-
-
82d017b00f
Clean up define command
#1
charlotte ✨
2021-07-08 00:18:53 +0100
-
6a615bea42
Clean up match statements in main.rs
charlotte ✨
2021-07-08 00:14:40 +0100
-
b3602a2eb4
Clean up match statements for pinned command
charlotte ✨
2021-07-07 23:57:30 +0100
-
80770462d2
Clean up match statements for lyrics command
charlotte ✨
2021-07-07 23:56:24 +0100
-
e3b6b07ae5
Replace match-return with try operator on map_err in spoile.rs::spoiler
charlotte ✨
2021-07-07 18:55:28 +0100
-
3efc3ebed8
Replace match on true/false with if in spoile.rs::spoiler
charlotte ✨
2021-07-07 12:25:51 +0100
-
e765ba0a3f
Switch 'match' to 'if let' in main.rs::after
charlotte ✨
2021-07-07 12:20:59 +0100
-
-
0740bd3ee8
Switch to once_cell instead of lazy_static
1749707915694878522/tmp_refs/heads/patch/use-once-cell
charlotte ✨
2021-07-07 12:16:33 +0100
-
b53de9dbdb
Add spoiler command, update dependencies
Agatha Lovelace
2021-07-01 02:15:02 +0300
-
4eb78cd75a
Add spoiler command, update dependencies
Agatha Lovelace
2021-07-01 02:15:02 +0300
-
9563b32eb9
Update all dependencies, refactor some of the code; Fix animated emotes displaying as png
Agatha Lovelace
2021-01-23 18:17:53 +0200
-
ee538962f4
Update all dependencies, refactor some of the code; Fix animated emotes displaying as png
Agatha Lovelace
2021-01-23 18:17:53 +0200
-
5b738af0a6
Make pinned message formatting more condensed
Agatha Lovelace
2020-11-22 23:20:06 +0200
-
f03c0a8cc3
Make pinned message formatting more condensed
Agatha Lovelace
2020-11-22 23:20:06 +0200
-
30a4e1abd6
Update to serenity v0.9.1 and make the bot fully async
Agatha Lovelace
2020-11-22 22:51:15 +0200
-
a521516b5f
Update to serenity v0.9.1 and make the bot fully async
Agatha Lovelace
2020-11-22 22:51:15 +0200
-
70b75923b5
Add WIP owo!emote
Agatha Lovelace
2020-10-04 04:01:16 +0300
-
e16905f821
Add WIP owo!emote
Agatha Lovelace
2020-10-04 04:01:16 +0300
-
4709db8ead
update dependencies, add regex
Agatha Lovelace
2020-10-04 03:57:34 +0300
-
193dfdd383
update dependencies, add regex
Agatha Lovelace
2020-10-04 03:57:34 +0300
-
48074cd200
Make clippy happy
Agatha Lovelace
2020-07-27 20:03:41 +0300
-
b2e169fb0b
Make clippy happy
Agatha Lovelace
2020-07-27 20:03:41 +0300
-
bda1a9dc54
Update dependencies
Agatha Lovelace
2020-07-27 19:36:49 +0300
-
42ff74e0be
Update dependencies
Agatha Lovelace
2020-07-27 19:36:49 +0300
-
70f7a66fb6
Add VSCode files to gitignore
Agatha Lovelace
2020-07-27 19:36:35 +0300
-
7b526d8a2a
Add VSCode files to gitignore
Agatha Lovelace
2020-07-27 19:36:35 +0300
-
326324ca1c
Add link to original message in pinned embed
Agatha Lovelace
2020-07-10 23:44:09 +0300
-
23d90a78b9
Add link to original message in pinned embed
Agatha Lovelace
2020-07-10 23:44:09 +0300
-
1430bbf2a9
Make owoify use last message's content if empty
Agatha Lovelace
2020-07-10 19:59:23 +0300
-
7ef4f51edf
Make owoify use last message's content if empty
Agatha Lovelace
2020-07-10 19:59:23 +0300
-
fdaf37061b
Fix divider in README.md
Agatha Lovelace
2020-07-02 17:17:17 +0000
-
450bd84515
Fix divider in README.md
Agatha Lovelace
2020-07-02 17:17:17 +0000
-
2f9e658713
Add README.md
Agatha Lovelace
2020-07-02 17:13:07 +0000
-
ff9cec340a
Add README.md
Agatha Lovelace
2020-07-02 17:13:07 +0000
-
1193b6e0d9
Update CI
Agatha Lovelace
2020-06-24 13:01:05 +0300
-
7969114871
Update CI
Agatha Lovelace
2020-06-24 13:01:05 +0300
-
d648fb779e
Add !lyrics command
Agatha Lovelace
2020-06-23 13:47:09 +0300
-
d30ccf3056
Add !lyrics command
Agatha Lovelace
2020-06-23 13:47:09 +0300
-
a988a8ab05
Increment version for restructure
Agatha Lovelace
2020-06-23 11:03:01 +0300
-
631a34cefc
Increment version for restructure
Agatha Lovelace
2020-06-23 11:03:01 +0300
-
8e43d1b905
Move long commands to separate files
Agatha Lovelace
2020-06-23 01:19:02 +0300
-
4332bf5200
Move long commands to separate files
Agatha Lovelace
2020-06-23 01:19:02 +0300
-
c4ac1634f5
Move hash function into utils module, replace .to_string() calls with s!() macro
Agatha Lovelace
2020-06-23 00:07:01 +0300
-
eb77c2ca37
Move hash function into utils module, replace .to_string() calls with s!() macro
Agatha Lovelace
2020-06-23 00:07:01 +0300
-
ce14248071
Replace .push_str() calls with += operator to clean up code
Agatha Lovelace
2020-06-21 12:28:13 +0300
-
034da120ac
Replace .push_str() calls with += operator to clean up code
Agatha Lovelace
2020-06-21 12:28:13 +0300
-
4f83ece8f8
Make !pfp fall back to current user
Agatha Lovelace
2020-06-18 15:34:44 +0300
-
766de88a33
Make !pfp fall back to current user
Agatha Lovelace
2020-06-18 15:34:44 +0300
-
58dc9358e9
Reply to 'good discordinator'
Agatha Lovelace
2020-06-18 15:32:39 +0300
-
b6fac54462
Reply to 'good discordinator'
Agatha Lovelace
2020-06-18 15:32:39 +0300
-
dd62ecccf3
Add !pfp command
Agatha Lovelace
2020-06-14 00:48:06 +0300
-
e787656ef0
Add !pfp command
Agatha Lovelace
2020-06-14 00:48:06 +0300
-
fbd303a9f0
Add reaction on status update success, update old error handling
Agatha Lovelace
2020-06-13 23:18:33 +0300
-
5ead7e570c
Add reaction on status update success, update old error handling
Agatha Lovelace
2020-06-13 23:18:33 +0300
-
b95341a768
Update email in Cargo.toml
Agatha Lovelace
2020-06-12 16:10:49 +0300
-
22f3ccd72f
Update email in Cargo.toml
Agatha Lovelace
2020-06-12 16:10:49 +0300
-
76a824e610
Merge branch 'master' of https://gitlab.com/agathasorceress/rustcord
Agatha Rose
2020-06-11 21:33:57 +0300
-
-
1c10274c80
Merge branch 'master' of https://gitlab.com/agathasorceress/rustcord
Agatha Rose
2020-06-11 21:33:57 +0300
-
-
7484470753
typo in help
Agatha Rose
2020-06-11 21:33:35 +0300
-
f02cb9aedf
typo in help
Agatha Rose
2020-06-11 21:33:35 +0300
-
290d327f3b
Update hostname in CI config
Agatha Rose
2020-06-11 18:26:32 +0000
-
-
8f87ccb742
Update hostname in CI config
Agatha Rose
2020-06-11 18:26:32 +0000
-
-
7b6829bc43
Add !status command
Agatha Rose
2020-06-11 21:18:30 +0300
-
186c82998a
Add !status command
Agatha Rose
2020-06-11 21:18:30 +0300
-
3a3c9253d9
Update dependencies
Agatha Rose
2020-06-11 20:14:02 +0300
-
ce2bb6c088
Update dependencies
Agatha Rose
2020-06-11 20:14:02 +0300
-
42c2dec594
Add comments, do minor cleanup
Agatha Rose
2020-06-11 19:51:17 +0300
-
0a1cc50c82
Add comments, do minor cleanup
Agatha Rose
2020-06-11 19:51:17 +0300
-
60ce17d287
Add embed docs
Agatha Rose
2020-06-11 19:04:32 +0300
-
e6de3ed9f9
Add embed docs
Agatha Rose
2020-06-11 19:04:32 +0300
-
825311d9f9
Add thumbnail field to embeds
Agatha Rose
2020-06-11 18:45:06 +0300
-
52f329dbf6
Add thumbnail field to embeds
Agatha Rose
2020-06-11 18:45:06 +0300
-
42f2f855c8
Improve error handling
Agatha Rose
2020-06-11 17:48:29 +0300
-
3540aff172
Improve error handling
Agatha Rose
2020-06-11 17:48:29 +0300
-
0b9dc15067
Update !ping to not mention users
Agatha Rose
2020-06-11 16:39:43 +0300
-
4a43bf6218
Update !ping to not mention users
Agatha Rose
2020-06-11 16:39:43 +0300
-
e53eb8adf2
a certain dumb bitch forgot to remove debug code
Agatha Rose
2020-06-06 21:44:49 +0300
-
fa0e51697b
a certain dumb bitch forgot to remove debug code
Agatha Rose
2020-06-06 21:44:49 +0300
-
70dad5d318
Add different channel support for pinned command, update host info
Agatha Rose
2020-06-06 21:34:24 +0300
-
5b998f4b54
Add different channel support for pinned command, update host info
Agatha Rose
2020-06-06 21:34:24 +0300
-
278d4e53f5
Someone forgot to update help again
Agatha Rose
2020-06-04 17:55:11 +0300
-
49c4c57f94
Someone forgot to update help again
Agatha Rose
2020-06-04 17:55:11 +0300
-
a732278e7b
Add brainfuck interpreter
Agatha Rose
2020-06-04 17:46:47 +0300
-
7a143614eb
Add brainfuck interpreter
Agatha Rose
2020-06-04 17:46:47 +0300
-
c8d8e93000
Update .gitlab-ci.yml to use new host (thanks to julia uwu)
Agatha Rose
2020-06-01 23:28:30 +0000
-
ba96e5c8c5
Update .gitlab-ci.yml to use new host (thanks to julia uwu)
Agatha Rose
2020-06-01 23:28:30 +0000
-
596232b0e1
Delete Procfile
Agatha Rose
2020-06-01 21:17:05 +0000
-
3aac5368bb
Delete Procfile
Agatha Rose
2020-06-01 21:17:05 +0000
-
cc1d978e5f
Make pinned message number 1-indexed
Agatha Rose
2020-05-23 19:51:43 +0300
-
7a90770f6a
Make pinned message number 1-indexed
Agatha Rose
2020-05-23 19:51:43 +0300
-
9887e8ef45
Totally didn't reuse old code
Agatha Rose
2020-05-23 16:32:12 +0000
-
d555c3a39f
Totally didn't reuse old code
Agatha Rose
2020-05-23 16:32:12 +0000
-
e3fe5e2b59
Add pinned command
Agatha Rose
2020-05-23 19:22:27 +0300
-
e975b9689a
Add pinned command
Agatha Rose
2020-05-23 19:22:27 +0300
-
18f47160f2
Update help
Agatha Rose
2020-05-20 16:55:15 +0300
-
21b9a1ded7
Update help
Agatha Rose
2020-05-20 16:55:15 +0300
-
150f5ae303
Add channel topic command, update dependencies
Agatha Rose
2020-05-20 16:39:58 +0300
-
d61055b73d
Add channel topic command, update dependencies
Agatha Rose
2020-05-20 16:39:58 +0300
-
043aa66328
sosij
Agatha Rose
2020-05-19 13:06:38 +0000