I.R.I.S Utilities is a multi-purpose discord bot that allows you to play music, have fun, and perform various other utility-related tasks.
I.R.I.S. is the Interactive Reconnaissance Information Service and she's here to help!
I.R.I.S. originally did not have a gender until a growing number of users started calling I.R.I.S. by feminine pronouns.
Yes, check out iris-utilities.com!
I.R.I.S. Utilities was created by Tyler S. Resch from MidSpike.Com.
There are a few reasons for this:
-
I decided that I.R.I.S. Utilities is a Discord Bot for the people; therefore, it's source-code should be viewable by the public!
-
Open-source software is good for the end-user: bug fixes, security patches, and general improvements can be quickly generated!
-
By making the code public, I hope to allow people to scrutinize my work to make I.R.I.S. better!
Yes, you are allowed to create a Discord Bot from I.R.I.S. Utilities source-code. (see restrictions below)
- Windows ^v10.2004
- Node.js ^v14.11.0
- NPM ^7.0.5
- nullish coalescing
yin ?? yang
- optional chaining
foo?.bar
- private class field declarations
this.#private_thing
- numeric separators
const large_number = 1_000_000_000_000;
- Try to match what already exists please
' | ` | "
should always be escaped inside of strings- Don't use
var
; useconst
orlet
instead - Only use
this
inside of classes - snake_case for variables and long functions
- camelCase for short functions
- PascalCase for classes
- JSDoc comments for readability
- Other kinds of comments where applicable
Any Discord Bot created/modified from this source-code by anyone (other than the copyright holders) is not permitted to go through Discord's 'Bot Verification Process'.
Any Discord Bot created/modified from this source-code by anyone (including the copyright holders) is required to use the included privacy policy located in the Privacy Notice section below.
Any Discord Bot created/modified from this source-code by anyone (other than the copyright holders) is not permitted to modify the included privacy policy.
Any Discord Bot created/modified from this source-code by anyone (including the copyright holders) must attribute the copyright holder(s) listed in the Copyright Notice below.
The restrictions above, are meant to protect users from potentially malicious copies/modifications of this source-code and uphold the authenticity of I.R.I.S. Utilities.
We have a privacy policy for the creators and end-users of any Discord Bot created from this source-code:
Notice: The included Privacy Policy can and will be updated in the future!
Linked copy of the Privacy Policy
I.R.I.S. Utilities is a Music & Utilities bot for Discord
Copyright (C) 2020 - Tyler S. ReschThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.