@impulsedev/chameleon 1.7.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,22 +1,22 @@
1
- # Chameleon
1
+ # <img src="./media/discordchameleon.png" height="120" valign="middle"/> Chameleon
2
2
 
3
- Chameleon is a type-safe Discord API framework design around memory efficiency
3
+ Chameleon is a type-safe Discord API framework designed around memory efficiency.
4
4
 
5
5
  Designed for development of ...
6
6
 
7
7
  ### What we do different?
8
8
 
9
- - we store timestamps in milliseconds instead of Discord ISO8601 timestamps
10
- - we store all structs in POJOs instead of classes
11
- - all gateway events are strict discriminated unions
9
+ - We store timestamps in milliseconds instead of Discord ISO8601 timestamps
10
+ - We store all structs in POJOs instead of classes
11
+ - All gateway events are strict discriminated unions
12
12
 
13
13
  ### Bugs?
14
14
 
15
- - yes, ton of 'em
15
+ - Yes, ton of 'em
16
16
 
17
17
  ### Related Structs
18
18
 
19
- If possible, chameleon will attach the struct of related resources
19
+ If possible, Chameleon will attach the struct of related resources
20
20
 
21
21
  ### Documentation
22
22