disrb 0.1.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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1d29cdcd9fced9e70da5f78eef10301252928fbe3758f1f7b7b65880f2f857b3
4
+ data.tar.gz: 032aefe4615b5ffe4ef3e0a8589a290d0930474f061db59df73e509be0f0c882
5
+ SHA512:
6
+ metadata.gz: b87a1b106969983b3a5233971abe74275a8eed231ab76a4c7f3ed6406465d96989741b1053de5e285aa2070e7452ec1bc45baffcc2d95237c3d715f5d99472d0
7
+ data.tar.gz: f806e8b82177f037e0e43310c5e4860d738b03d6b234e80bb506610ac94a66013cf8e2b0cf02c55bf8000b8b2c1ecc398b77ee7551e0f8910906672123e2c298
data/LICENSE ADDED
@@ -0,0 +1,7 @@
1
+ Copyright (c) 2025-until the sun explodes hoovad
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # discord.rb
2
+
3
+ ![CI Pipeline](https://ci.codeberg.org/api/badges/14824/status.svg)
4
+
5
+ W.I.P. Discord API wrapper written in Ruby for fun.
6
+
7
+ The test.rb file creates two commands "test" and "test2", that return "Hi" and "Hello World!" respectively, sets the bot's current activity to 'Watching if i work', and sets the presence to online since the program was started provided you provide the required data in `env.rb.template` and rename it to `env.rb`.