the Three Laws of Robotics (often shortened to The Three Laws or known as Asimov’s Laws) are a set of rules devised by science fiction author Isaac Asimov. The rules were introduced in his 1942 short story “Runaround” (included in the 1950 collection I, Robot), although they had been foreshadowed in some earlier stories. The Three Laws, quoted from the “Handbook of Robotics, 56th Edition, 2058 A.D.”, are:
First Law
A robot may not injure a human being or, through inaction, allow a human being to come to harm.
Second Law
A robot must obey the orders given it by human beings except where such orders would conflict with the First Law.
Third Law
A robot must protect its own existence as long as such protection does not conflict with the First or Second Law.These form an organizing principle and unifying theme for Asimov’s robotic-based fiction, appearing in his Robot series, the stories linked to it, and his Lucky Starr series of young-adult fiction. The Laws are incorporated into almost all of the positronic robots appearing in his fiction, and cannot be bypassed, being intended as a safety feature. Many of Asimov’s robot-focused stories involve robots behaving in unusual and counter-intuitive ways as an unintended consequence of how the robot applies the Three Laws to the situation in which it finds itself. Other authors working in Asimov’s fictional universe have adopted them and references, often parodic, appear throughout science fiction as well as in other genres.
The original laws have been altered and elaborated on by Asimov and other authors. Asimov himself made slight modifications to the first three in various books and short stories to further develop how robots would interact with humans and each other.Create a Bot in Discord
1 – Download Node.js from https://nodejs.org/en/download/.
2 – Run the installer.
3 – Create a Discord account (optional).
4 – Login to your Discord account and channel.
5 – Go to https://discord.com/developers/applications/me in a web browser.
6 – Click the blue New Application button.
7 – Click Bot in the left-hand menu.
8 – Click Add Bot.
9 – Click Click to Reveal Token.
10 – Click General Information.
11 – Click Copy under Client ID.
12 – Paste your copied ClientID into the following URL:
13 – Paste your URL into the address bar on your web browser.
14 – Create a folder on your desktop for your bot code.
15 – Open a text editor.
16 – Type the following code:
17 – Save the file as “auth.json”.
18 – Start a new document.
19 – Type the following code:
20 – Save the file as “package.json”.
21 – Start a new document.
22 – Type your bots code.
23 – Save the file as “bot.js”.
24 – Open a command prompt window.
25 – Navigate to your bot folder on your desktop.
26 – Type npm install discord.io winston save and press. Enter.
27 – Type npm install https://github.com/woor/discord.io/tarball/gateway_v6 and press. Enter.
28 – Type node bot.js and press. Enter in the command prompt.
29 – Type “!Intro” in Discord.
30 – Check your coding if you didn’t hear a response.