diff --git a/commands/avataredit/3000years.js b/commands/avataredit/3000years.js index bc617b8b..1b55d3aa 100644 --- a/commands/avataredit/3000years.js +++ b/commands/avataredit/3000years.js @@ -27,7 +27,7 @@ module.exports = class YearsCommand extends Command { const userAvatar = user.displayAvatarURL.replace('.jpg', '.png').replace('.gif', '.png'); let images = []; images.push(Jimp.read(userAvatar)); - images.push(Jimp.read('./images/3000years.png')); + images.push(Jimp.read('https://i.imgur.com/eScwGFS.png')); const [avatar, years] = await Promise.all(images); avatar.resize(200, 200); years.blit(avatar, 461, 127); diff --git a/commands/avataredit/beautiful.js b/commands/avataredit/beautiful.js index 879b81ef..c15da07b 100644 --- a/commands/avataredit/beautiful.js +++ b/commands/avataredit/beautiful.js @@ -27,7 +27,7 @@ module.exports = class BeautifulCommand extends Command { const userAvatar = user.displayAvatarURL.replace('.jpg', '.png').replace('.gif', '.png'); let images = []; images.push(Jimp.read(userAvatar)); - images.push(Jimp.read('./images/beautiful.jpg')); + images.push(Jimp.read('https://i.imgur.com/OOQ9QwQ.jpg')); const [avatar, beautiful] = await Promise.all(images); avatar.resize(200, 200); beautiful.blit(avatar, 432, 42); diff --git a/commands/avataredit/bobross.js b/commands/avataredit/bobross.js index cc13e999..d6800170 100644 --- a/commands/avataredit/bobross.js +++ b/commands/avataredit/bobross.js @@ -28,7 +28,7 @@ module.exports = class BobRossCommand extends Command { const blank = new Jimp(600, 775, 0xFFFFFF); let images = []; images.push(Jimp.read(userAvatar)); - images.push(Jimp.read('./images/BobRoss.png')); + images.push(Jimp.read('https://i.imgur.com/7NSiFLd.png')); const [avatar, bob] = await Promise.all(images); avatar.rotate(2); avatar.resize(300, 300); diff --git a/commands/avataredit/rip.js b/commands/avataredit/rip.js index 7bd703c6..e1e2af25 100644 --- a/commands/avataredit/rip.js +++ b/commands/avataredit/rip.js @@ -28,7 +28,7 @@ module.exports = class RIPCommand extends Command { const userAvatar = user.displayAvatarURL.replace('.jpg', '.png').replace('.gif', '.png'); let images = []; images.push(Jimp.read(userAvatar)); - images.push(Jimp.read('./images/gravestone.png')); + images.push(Jimp.read('https://i.imgur.com/KriteWm.jpg')); const [avatar, gravestone] = await Promise.all(images); avatar.resize(200, 200); gravestone.blit(avatar, 158, 51); diff --git a/commands/avataredit/steamcard.js b/commands/avataredit/steamcard.js index eafc5739..da1de007 100644 --- a/commands/avataredit/steamcard.js +++ b/commands/avataredit/steamcard.js @@ -29,7 +29,7 @@ module.exports = class SteamCardCommand extends Command { const blank = new Jimp(494, 568, 0xFFFFFF); let images = []; images.push(Jimp.read(userAvatar)); - images.push(Jimp.read('./images/SteamCard.png')); + images.push(Jimp.read('https://i.imgur.com/JF0WwQX.png')); const [avatar, steamcard] = await Promise.all(images); const font = await Jimp.loadFont(Jimp.FONT_SANS_32_WHITE); avatar.resize(450, 450); diff --git a/commands/moderation/warn.js b/commands/moderation/warn.js index 9846cd00..a5845ed4 100644 --- a/commands/moderation/warn.js +++ b/commands/moderation/warn.js @@ -27,7 +27,7 @@ module.exports = class WarnCommand extends Command { } hasPermission(msg) { - return msg.member.permissions.has('MANAGE_MESSAGES'); + return msg.member.permissions.has('KICK_MEMBERS'); } async run(message, args) { diff --git a/commands/random/spam.js b/commands/random/spam.js index 1c830ce2..8d4b549f 100644 --- a/commands/random/spam.js +++ b/commands/random/spam.js @@ -14,6 +14,6 @@ module.exports = class SpamCommand extends Command { if (message.channel.type !== 'dm') if (!message.channel.permissionsFor(this.client.user).has('ATTACH_FILES')) return message.say('This Command requires the `Attach Files` Permission.'); - return message.channel.send({files: ['./images/Spam.jpg']}); + return message.channel.send({files: ['https://i.imgur.com/2JFu5xE.jpg']}); } }; diff --git a/commands/randomimg/cat.js b/commands/randomimg/cat.js index 55b4234f..8153cec4 100644 --- a/commands/randomimg/cat.js +++ b/commands/randomimg/cat.js @@ -19,6 +19,6 @@ module.exports = class CatCommand extends Command { if (!message.channel.permissionsFor(this.client.user).has('ATTACH_FILES')) return message.say('This Command requires the `Attach Files` Permission.'); const cat = cats[Math.floor(Math.random() * cats.length)]; - return message.channel.send({files: [`./images/Cat${cat}`]}); + return message.channel.send({files: [cat]}); } }; diff --git a/commands/randomimg/cats.json b/commands/randomimg/cats.json index 5afcd367..3afea1a7 100644 --- a/commands/randomimg/cats.json +++ b/commands/randomimg/cats.json @@ -1,22 +1,22 @@ [ - "1.jpg", - "2.jpg", - "3.jpg", - "4.jpg", - "5.jpg", - "6.jpg", - "7.jpg", - "8.jpg", - "9.jpg", - "10.jpg", - "11.jpeg", - "12.jpg", - "13.jpeg", - "14.png", - "15.jpg", - "16.jpg", - "17.jpg", - "18.jpg", - "19.jpg", - "20.jpg" + "https://i.imgur.com/BYIsrcy.jpg", + "https://i.imgur.com/4huevNv.jpg", + "https://i.imgur.com/I52wMLL.jpg", + "https://i.imgur.com/51xZFRg.jpg", + "https://i.imgur.com/4CfKp58.jpg", + "https://i.imgur.com/vNU99Ix.jpg", + "https://i.imgur.com/Fvru0x5.jpg", + "https://i.imgur.com/pBbf7gu.jpg", + "https://i.imgur.com/A7UjE8I.jpg", + "https://i.imgur.com/qfGSFCa.jpg", + "https://i.imgur.com/e3isfmE.jpg", + "https://i.imgur.com/kEDeoUT.jpg", + "https://i.imgur.com/pta9FML.jpg", + "https://i.imgur.com/HKhVeiV.jpg", + "https://i.imgur.com/1qpQesN.jpg", + "https://i.imgur.com/lEeoU0b.jpg", + "https://i.imgur.com/VINBpuw.jpg", + "https://i.imgur.com/1dp1koX.jpg", + "https://i.imgur.com/N586OTx.jpg", + "https://i.imgur.com/0T1ykQI.jpg" ] diff --git a/commands/randomimg/potato.js b/commands/randomimg/potato.js deleted file mode 100644 index 0c341935..00000000 --- a/commands/randomimg/potato.js +++ /dev/null @@ -1,24 +0,0 @@ -const { Command } = require('discord.js-commando'); -const potatoes = require('./potatoes'); - -module.exports = class PotatoCommand extends Command { - constructor(client) { - super(client, { - name: 'potato', - aliases: [ - 'tater' - ], - group: 'randomimg', - memberName: 'potato', - description: 'Sends a random potato image.' - }); - } - - run(message) { - if (message.channel.type !== 'dm') - if (!message.channel.permissionsFor(this.client.user).has('ATTACH_FILES')) - return message.say('This Command requires the `Attach Files` Permission.'); - const potato = potatoes[Math.floor(Math.random() * potatoes.length)]; - return message.channel.send({files: [`./images/Potato${potato}`]}); - } -}; diff --git a/commands/randomimg/potatoes.json b/commands/randomimg/potatoes.json deleted file mode 100644 index ec8bc5bc..00000000 --- a/commands/randomimg/potatoes.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - "1.jpg", - "2.jpg", - "3.jpg", - "4.jpg", - "5.gif", - "6.png", - "7.jpg", - "8.jpg", - "9.jpg" -] diff --git a/commands/randomimg/pun.js b/commands/randomimg/pun.js deleted file mode 100644 index 435db206..00000000 --- a/commands/randomimg/pun.js +++ /dev/null @@ -1,21 +0,0 @@ -const { Command } = require('discord.js-commando'); -const puns = require('./puns'); - -module.exports = class RandomPunCommand extends Command { - constructor(client) { - super(client, { - name: 'pun', - group: 'randomimg', - memberName: 'pun', - description: 'Sends a random pun image.' - }); - } - - run(message) { - if (message.channel.type !== 'dm') - if (!message.channel.permissionsFor(this.client.user).has('ATTACH_FILES')) - return message.say('This Command requires the `Attach Files` Permission.'); - const pun = puns[Math.floor(Math.random() * puns.length)]; - return message.channel.send({files: [`./images/Pun${pun}`]}); - } -}; diff --git a/commands/randomimg/puns.json b/commands/randomimg/puns.json deleted file mode 100644 index d3da522a..00000000 --- a/commands/randomimg/puns.json +++ /dev/null @@ -1,55 +0,0 @@ -[ - "1.jpg", - "2.jpg", - "3.jpg", - "4.jpg", - "5.jpg", - "6.jpg", - "7.jpg", - "8.png", - "9.jpg", - "10.jpg", - "11.jpg", - "12.jpg", - "13.jpg", - "14.jpg", - "15.jpg", - "16.jpg", - "17.jpg", - "18.jpg", - "19.jpg", - "20.jpg", - "21.jpg", - "22.jpg", - "23.jpg", - "24.jpg", - "25.jpg", - "26.jpg", - "27.jpg", - "28.jpg", - "29.jpg", - "30.jpeg", - "31.jpg", - "32.jpg", - "33.jpg", - "34.png", - "35.jpg", - "36.jpg", - "37.jpg", - "38.jpg", - "39.jpg", - "40.jpg", - "41.jpg", - "42.jpg", - "43.jpg", - "44.jpg", - "45.gif", - "46.jpg", - "47.jpg", - "48.jpg", - "49.jpg", - "50.jpg", - "51.jpg", - "52.jpg", - "53.jpg" -] diff --git a/commands/randomimg/xiaopai.js b/commands/randomimg/xiaopai.js index 5d14249c..bb600c55 100644 --- a/commands/randomimg/xiaopai.js +++ b/commands/randomimg/xiaopai.js @@ -19,6 +19,6 @@ module.exports = class XiaoCommand extends Command { if (!message.channel.permissionsFor(this.client.user).has('ATTACH_FILES')) return message.say('This Command requires the `Attach Files` Permission.'); const xiao = xiaos[Math.floor(Math.random() * xiaos.length)]; - return message.channel.send({files: [`./images/Xiao${xiao}`]}); + return message.channel.send({files: [xiao]}); } }; diff --git a/commands/randomimg/xiaos.json b/commands/randomimg/xiaos.json index c1d598bd..eea8c704 100644 --- a/commands/randomimg/xiaos.json +++ b/commands/randomimg/xiaos.json @@ -1,23 +1,23 @@ [ - "1.png", - "2.jpg", - "3.jpg", - "4.jpg", - "5.jpg", - "6.jpg", - "7.jpg", - "8.png", - "9.png", - "10.png", - "11.png", - "12.png", - "13.jpg", - "14.jpg", - "15.png", - "16.jpg", - "17.png", - "18.gif", - "19.png", - "20.jpg", - "21.jpg" + "https://i.imgur.com/tyVciSC.png", + "https://i.imgur.com/dTGqFFe.jpg", + "https://i.imgur.com/bB1FpdZ.jpg", + "https://i.imgur.com/BuO0RHc.jpg", + "https://i.imgur.com/oXCxBSe.jpg", + "https://i.imgur.com/Wf6Kss3.jpg", + "https://i.imgur.com/OiFboDi.jpg", + "https://i.imgur.com/3Z56sKT.png", + "https://i.imgur.com/rBLuUPT.png", + "https://i.imgur.com/XSuTmzl.png", + "https://i.imgur.com/sBIo3oF.png", + "https://i.imgur.com/dcWMZnv.png", + "https://i.imgur.com/nh6kZjH.jpg", + "https://i.imgur.com/DbBeMgY.png", + "https://i.imgur.com/qaXCHLv.png", + "https://i.imgur.com/34itKmU.jpg", + "https://i.imgur.com/3pbBjxN.png", + "https://i.imgur.com/bKx1XuE.gif", + "https://i.imgur.com/iSVUORW.png", + "https://i.imgur.com/O2JLT8q.jpg", + "https://i.imgur.com/kEAj26f.jpg" ] diff --git a/html/carbonfeat.html b/html/carbonfeat.html index bfe3618e..f3943b47 100644 --- a/html/carbonfeat.html +++ b/html/carbonfeat.html @@ -15,7 +15,7 @@
  • Get Server Info
  • Optional Member Join/Leave Logging
  • Moderation Commands, Including Prune, Ban/Kick/Unban/Warn (with Logging), and Lockdown.
  • -
  • Random Images (Cat, Pun, Potato, etc.)
  • +
  • Random Images
  • Magic 8 Ball
  • Avatar Editing (RIP, Bob Ross, etc.)
  • Make Strawpolls
  • diff --git a/html/discordbots.html b/html/discordbots.html index 70da9e68..6ef973de 100644 --- a/html/discordbots.html +++ b/html/discordbots.html @@ -22,7 +22,7 @@
  • Get Server Info
  • Optional Member Join/Leave Logging
  • Moderation Commands, Including Prune, Ban/Kick/Unban/Warn (with Logging), and Lockdown.
  • -
  • Random Images (Cat, Pun, Potato, etc.)
  • +
  • Random Images
  • Magic 8 Ball
  • Avatar Editing (RIP, Bob Ross, etc.)
  • Make Strawpolls
  • diff --git a/images/3000years.png b/images/3000years.png deleted file mode 100644 index 745fe871..00000000 Binary files a/images/3000years.png and /dev/null differ diff --git a/images/BobRoss.png b/images/BobRoss.png deleted file mode 100644 index 91cdaff9..00000000 Binary files a/images/BobRoss.png and /dev/null differ diff --git a/images/Cat1.jpg b/images/Cat1.jpg deleted file mode 100644 index 65bd36a6..00000000 Binary files a/images/Cat1.jpg and /dev/null differ diff --git a/images/Cat10.jpg b/images/Cat10.jpg deleted file mode 100644 index d4fde80c..00000000 Binary files a/images/Cat10.jpg and /dev/null differ diff --git a/images/Cat11.jpeg b/images/Cat11.jpeg deleted file mode 100644 index a764ca38..00000000 Binary files a/images/Cat11.jpeg and /dev/null differ diff --git a/images/Cat12.jpg b/images/Cat12.jpg deleted file mode 100644 index d150f5da..00000000 Binary files a/images/Cat12.jpg and /dev/null differ diff --git a/images/Cat13.jpeg b/images/Cat13.jpeg deleted file mode 100644 index eddc1869..00000000 Binary files a/images/Cat13.jpeg and /dev/null differ diff --git a/images/Cat14.png b/images/Cat14.png deleted file mode 100644 index 2bd85974..00000000 Binary files a/images/Cat14.png and /dev/null differ diff --git a/images/Cat15.jpg b/images/Cat15.jpg deleted file mode 100644 index 480abec8..00000000 Binary files a/images/Cat15.jpg and /dev/null differ diff --git a/images/Cat16.jpg b/images/Cat16.jpg deleted file mode 100644 index f06ed379..00000000 Binary files a/images/Cat16.jpg and /dev/null differ diff --git a/images/Cat17.jpg b/images/Cat17.jpg deleted file mode 100644 index 78792931..00000000 Binary files a/images/Cat17.jpg and /dev/null differ diff --git a/images/Cat18.jpg b/images/Cat18.jpg deleted file mode 100644 index 89515b1e..00000000 Binary files a/images/Cat18.jpg and /dev/null differ diff --git a/images/Cat19.jpg b/images/Cat19.jpg deleted file mode 100644 index 164a37a6..00000000 Binary files a/images/Cat19.jpg and /dev/null differ diff --git a/images/Cat2.jpg b/images/Cat2.jpg deleted file mode 100644 index 56f7e4d9..00000000 Binary files a/images/Cat2.jpg and /dev/null differ diff --git a/images/Cat20.jpg b/images/Cat20.jpg deleted file mode 100644 index cd3ceaf2..00000000 Binary files a/images/Cat20.jpg and /dev/null differ diff --git a/images/Cat3.jpg b/images/Cat3.jpg deleted file mode 100644 index 756f4572..00000000 Binary files a/images/Cat3.jpg and /dev/null differ diff --git a/images/Cat4.jpg b/images/Cat4.jpg deleted file mode 100644 index ec089ade..00000000 Binary files a/images/Cat4.jpg and /dev/null differ diff --git a/images/Cat5.jpg b/images/Cat5.jpg deleted file mode 100644 index 859302a1..00000000 Binary files a/images/Cat5.jpg and /dev/null differ diff --git a/images/Cat6.jpg b/images/Cat6.jpg deleted file mode 100644 index 27ce1554..00000000 Binary files a/images/Cat6.jpg and /dev/null differ diff --git a/images/Cat7.jpg b/images/Cat7.jpg deleted file mode 100644 index a41af4ef..00000000 Binary files a/images/Cat7.jpg and /dev/null differ diff --git a/images/Cat8.jpg b/images/Cat8.jpg deleted file mode 100644 index 4e5d6908..00000000 Binary files a/images/Cat8.jpg and /dev/null differ diff --git a/images/Cat9.jpg b/images/Cat9.jpg deleted file mode 100644 index 59ea204f..00000000 Binary files a/images/Cat9.jpg and /dev/null differ diff --git a/images/Potato1.jpg b/images/Potato1.jpg deleted file mode 100644 index 2e44d2f1..00000000 Binary files a/images/Potato1.jpg and /dev/null differ diff --git a/images/Potato2.jpg b/images/Potato2.jpg deleted file mode 100644 index 4df77d9c..00000000 Binary files a/images/Potato2.jpg and /dev/null differ diff --git a/images/Potato3.jpg b/images/Potato3.jpg deleted file mode 100644 index 1c5341e1..00000000 Binary files a/images/Potato3.jpg and /dev/null differ diff --git a/images/Potato4.jpg b/images/Potato4.jpg deleted file mode 100644 index 033af0d6..00000000 Binary files a/images/Potato4.jpg and /dev/null differ diff --git a/images/Potato5.gif b/images/Potato5.gif deleted file mode 100644 index 943c997e..00000000 Binary files a/images/Potato5.gif and /dev/null differ diff --git a/images/Potato6.png b/images/Potato6.png deleted file mode 100644 index 1728c872..00000000 Binary files a/images/Potato6.png and /dev/null differ diff --git a/images/Potato7.jpg b/images/Potato7.jpg deleted file mode 100644 index 65172cbf..00000000 Binary files a/images/Potato7.jpg and /dev/null differ diff --git a/images/Potato8.jpg b/images/Potato8.jpg deleted file mode 100644 index 9ee46596..00000000 Binary files a/images/Potato8.jpg and /dev/null differ diff --git a/images/Potato9.jpg b/images/Potato9.jpg deleted file mode 100644 index d72ed573..00000000 Binary files a/images/Potato9.jpg and /dev/null differ diff --git a/images/Pun1.jpg b/images/Pun1.jpg deleted file mode 100644 index 918ca57a..00000000 Binary files a/images/Pun1.jpg and /dev/null differ diff --git a/images/Pun10.jpg b/images/Pun10.jpg deleted file mode 100644 index 27d9cf62..00000000 Binary files a/images/Pun10.jpg and /dev/null differ diff --git a/images/Pun11.jpg b/images/Pun11.jpg deleted file mode 100644 index c58f5c79..00000000 Binary files a/images/Pun11.jpg and /dev/null differ diff --git a/images/Pun12.jpg b/images/Pun12.jpg deleted file mode 100644 index 3d21847b..00000000 Binary files a/images/Pun12.jpg and /dev/null differ diff --git a/images/Pun13.jpg b/images/Pun13.jpg deleted file mode 100644 index 58561bc9..00000000 Binary files a/images/Pun13.jpg and /dev/null differ diff --git a/images/Pun14.jpg b/images/Pun14.jpg deleted file mode 100644 index 59ccf160..00000000 Binary files a/images/Pun14.jpg and /dev/null differ diff --git a/images/Pun15.jpg b/images/Pun15.jpg deleted file mode 100644 index b668b2ad..00000000 Binary files a/images/Pun15.jpg and /dev/null differ diff --git a/images/Pun16.jpg b/images/Pun16.jpg deleted file mode 100644 index bc60ebed..00000000 Binary files a/images/Pun16.jpg and /dev/null differ diff --git a/images/Pun17.jpg b/images/Pun17.jpg deleted file mode 100644 index c7ffad07..00000000 Binary files a/images/Pun17.jpg and /dev/null differ diff --git a/images/Pun18.jpg b/images/Pun18.jpg deleted file mode 100644 index 7ed0bed1..00000000 Binary files a/images/Pun18.jpg and /dev/null differ diff --git a/images/Pun19.jpg b/images/Pun19.jpg deleted file mode 100644 index a4da1bc2..00000000 Binary files a/images/Pun19.jpg and /dev/null differ diff --git a/images/Pun2.jpg b/images/Pun2.jpg deleted file mode 100644 index 9bb7eab5..00000000 Binary files a/images/Pun2.jpg and /dev/null differ diff --git a/images/Pun20.jpg b/images/Pun20.jpg deleted file mode 100644 index 7fa76878..00000000 Binary files a/images/Pun20.jpg and /dev/null differ diff --git a/images/Pun21.jpg b/images/Pun21.jpg deleted file mode 100644 index 71ca98a9..00000000 Binary files a/images/Pun21.jpg and /dev/null differ diff --git a/images/Pun22.jpg b/images/Pun22.jpg deleted file mode 100644 index 8cfa9134..00000000 Binary files a/images/Pun22.jpg and /dev/null differ diff --git a/images/Pun23.jpg b/images/Pun23.jpg deleted file mode 100644 index 2b8d89a9..00000000 Binary files a/images/Pun23.jpg and /dev/null differ diff --git a/images/Pun24.jpg b/images/Pun24.jpg deleted file mode 100644 index 49ed384b..00000000 Binary files a/images/Pun24.jpg and /dev/null differ diff --git a/images/Pun25.jpg b/images/Pun25.jpg deleted file mode 100644 index 3b87ce44..00000000 Binary files a/images/Pun25.jpg and /dev/null differ diff --git a/images/Pun26.jpg b/images/Pun26.jpg deleted file mode 100644 index 1bb7cb1b..00000000 Binary files a/images/Pun26.jpg and /dev/null differ diff --git a/images/Pun27.jpg b/images/Pun27.jpg deleted file mode 100644 index b8bf1910..00000000 Binary files a/images/Pun27.jpg and /dev/null differ diff --git a/images/Pun28.jpg b/images/Pun28.jpg deleted file mode 100644 index 954b9ad6..00000000 Binary files a/images/Pun28.jpg and /dev/null differ diff --git a/images/Pun29.jpg b/images/Pun29.jpg deleted file mode 100644 index 37440b48..00000000 Binary files a/images/Pun29.jpg and /dev/null differ diff --git a/images/Pun3.jpg b/images/Pun3.jpg deleted file mode 100644 index 430440a9..00000000 Binary files a/images/Pun3.jpg and /dev/null differ diff --git a/images/Pun30.jpeg b/images/Pun30.jpeg deleted file mode 100644 index f9d9efb6..00000000 Binary files a/images/Pun30.jpeg and /dev/null differ diff --git a/images/Pun31.jpg b/images/Pun31.jpg deleted file mode 100644 index c311020a..00000000 Binary files a/images/Pun31.jpg and /dev/null differ diff --git a/images/Pun32.jpg b/images/Pun32.jpg deleted file mode 100644 index bb38b22f..00000000 Binary files a/images/Pun32.jpg and /dev/null differ diff --git a/images/Pun33.jpg b/images/Pun33.jpg deleted file mode 100644 index 65766995..00000000 Binary files a/images/Pun33.jpg and /dev/null differ diff --git a/images/Pun34.png b/images/Pun34.png deleted file mode 100644 index 9273cfb4..00000000 Binary files a/images/Pun34.png and /dev/null differ diff --git a/images/Pun35.jpg b/images/Pun35.jpg deleted file mode 100644 index 9127ff92..00000000 Binary files a/images/Pun35.jpg and /dev/null differ diff --git a/images/Pun36.jpg b/images/Pun36.jpg deleted file mode 100644 index 03b1b6e6..00000000 Binary files a/images/Pun36.jpg and /dev/null differ diff --git a/images/Pun37.jpg b/images/Pun37.jpg deleted file mode 100644 index 270ab04f..00000000 Binary files a/images/Pun37.jpg and /dev/null differ diff --git a/images/Pun38.jpg b/images/Pun38.jpg deleted file mode 100644 index 4f74fb12..00000000 Binary files a/images/Pun38.jpg and /dev/null differ diff --git a/images/Pun39.jpg b/images/Pun39.jpg deleted file mode 100644 index 1b5b641f..00000000 Binary files a/images/Pun39.jpg and /dev/null differ diff --git a/images/Pun4.jpg b/images/Pun4.jpg deleted file mode 100644 index 7ac02ef9..00000000 Binary files a/images/Pun4.jpg and /dev/null differ diff --git a/images/Pun40.jpg b/images/Pun40.jpg deleted file mode 100644 index cfe225f3..00000000 Binary files a/images/Pun40.jpg and /dev/null differ diff --git a/images/Pun41.jpg b/images/Pun41.jpg deleted file mode 100644 index fa1db1f0..00000000 Binary files a/images/Pun41.jpg and /dev/null differ diff --git a/images/Pun42.jpg b/images/Pun42.jpg deleted file mode 100644 index a9c87924..00000000 Binary files a/images/Pun42.jpg and /dev/null differ diff --git a/images/Pun43.jpg b/images/Pun43.jpg deleted file mode 100644 index 6f6e7f09..00000000 Binary files a/images/Pun43.jpg and /dev/null differ diff --git a/images/Pun44.jpg b/images/Pun44.jpg deleted file mode 100644 index f0441193..00000000 Binary files a/images/Pun44.jpg and /dev/null differ diff --git a/images/Pun45.gif b/images/Pun45.gif deleted file mode 100644 index c297b051..00000000 Binary files a/images/Pun45.gif and /dev/null differ diff --git a/images/Pun46.jpg b/images/Pun46.jpg deleted file mode 100644 index f9e1a645..00000000 Binary files a/images/Pun46.jpg and /dev/null differ diff --git a/images/Pun47.jpg b/images/Pun47.jpg deleted file mode 100644 index 6454dab8..00000000 Binary files a/images/Pun47.jpg and /dev/null differ diff --git a/images/Pun48.jpg b/images/Pun48.jpg deleted file mode 100644 index 04561ebb..00000000 Binary files a/images/Pun48.jpg and /dev/null differ diff --git a/images/Pun49.jpg b/images/Pun49.jpg deleted file mode 100644 index a17034a1..00000000 Binary files a/images/Pun49.jpg and /dev/null differ diff --git a/images/Pun5.jpg b/images/Pun5.jpg deleted file mode 100644 index cab5eeaf..00000000 Binary files a/images/Pun5.jpg and /dev/null differ diff --git a/images/Pun50.jpg b/images/Pun50.jpg deleted file mode 100644 index 95f46d7e..00000000 Binary files a/images/Pun50.jpg and /dev/null differ diff --git a/images/Pun51.jpg b/images/Pun51.jpg deleted file mode 100644 index 1103cd6a..00000000 Binary files a/images/Pun51.jpg and /dev/null differ diff --git a/images/Pun52.jpg b/images/Pun52.jpg deleted file mode 100644 index bef575e6..00000000 Binary files a/images/Pun52.jpg and /dev/null differ diff --git a/images/Pun53.jpg b/images/Pun53.jpg deleted file mode 100644 index 5a65061c..00000000 Binary files a/images/Pun53.jpg and /dev/null differ diff --git a/images/Pun6.jpg b/images/Pun6.jpg deleted file mode 100644 index 6e1d0e55..00000000 Binary files a/images/Pun6.jpg and /dev/null differ diff --git a/images/Pun7.jpg b/images/Pun7.jpg deleted file mode 100644 index 1be86d4a..00000000 Binary files a/images/Pun7.jpg and /dev/null differ diff --git a/images/Pun8.png b/images/Pun8.png deleted file mode 100644 index 344488d5..00000000 Binary files a/images/Pun8.png and /dev/null differ diff --git a/images/Pun9.jpg b/images/Pun9.jpg deleted file mode 100644 index 93936af9..00000000 Binary files a/images/Pun9.jpg and /dev/null differ diff --git a/images/Spam.jpg b/images/Spam.jpg deleted file mode 100644 index aad8ac1c..00000000 Binary files a/images/Spam.jpg and /dev/null differ diff --git a/images/SteamCard.png b/images/SteamCard.png deleted file mode 100644 index 6b9437f8..00000000 Binary files a/images/SteamCard.png and /dev/null differ diff --git a/images/Xiao1.png b/images/Xiao1.png deleted file mode 100644 index 0419b730..00000000 Binary files a/images/Xiao1.png and /dev/null differ diff --git a/images/Xiao10.png b/images/Xiao10.png deleted file mode 100644 index 9c2ab4c9..00000000 Binary files a/images/Xiao10.png and /dev/null differ diff --git a/images/Xiao11.png b/images/Xiao11.png deleted file mode 100644 index 15f05f99..00000000 Binary files a/images/Xiao11.png and /dev/null differ diff --git a/images/Xiao12.png b/images/Xiao12.png deleted file mode 100644 index 58ddfd02..00000000 Binary files a/images/Xiao12.png and /dev/null differ diff --git a/images/Xiao13.jpg b/images/Xiao13.jpg deleted file mode 100644 index 34c1ba0a..00000000 Binary files a/images/Xiao13.jpg and /dev/null differ diff --git a/images/Xiao14.jpg b/images/Xiao14.jpg deleted file mode 100644 index e72f6a88..00000000 Binary files a/images/Xiao14.jpg and /dev/null differ diff --git a/images/Xiao15.png b/images/Xiao15.png deleted file mode 100644 index c1262455..00000000 Binary files a/images/Xiao15.png and /dev/null differ diff --git a/images/Xiao16.jpg b/images/Xiao16.jpg deleted file mode 100644 index 3392f77a..00000000 Binary files a/images/Xiao16.jpg and /dev/null differ diff --git a/images/Xiao17.png b/images/Xiao17.png deleted file mode 100644 index 38ce71e7..00000000 Binary files a/images/Xiao17.png and /dev/null differ diff --git a/images/Xiao18.gif b/images/Xiao18.gif deleted file mode 100644 index 63c2c0c9..00000000 Binary files a/images/Xiao18.gif and /dev/null differ diff --git a/images/Xiao19.png b/images/Xiao19.png deleted file mode 100644 index 1ffa013f..00000000 Binary files a/images/Xiao19.png and /dev/null differ diff --git a/images/Xiao2.jpg b/images/Xiao2.jpg deleted file mode 100644 index cc0cc8d6..00000000 Binary files a/images/Xiao2.jpg and /dev/null differ diff --git a/images/Xiao20.jpg b/images/Xiao20.jpg deleted file mode 100644 index 02c46c55..00000000 Binary files a/images/Xiao20.jpg and /dev/null differ diff --git a/images/Xiao21.jpg b/images/Xiao21.jpg deleted file mode 100644 index 18bd83ad..00000000 Binary files a/images/Xiao21.jpg and /dev/null differ diff --git a/images/Xiao3.jpg b/images/Xiao3.jpg deleted file mode 100644 index ff9dba07..00000000 Binary files a/images/Xiao3.jpg and /dev/null differ diff --git a/images/Xiao4.jpg b/images/Xiao4.jpg deleted file mode 100644 index 45c24c81..00000000 Binary files a/images/Xiao4.jpg and /dev/null differ diff --git a/images/Xiao5.jpg b/images/Xiao5.jpg deleted file mode 100644 index 59cc7c1f..00000000 Binary files a/images/Xiao5.jpg and /dev/null differ diff --git a/images/Xiao6.jpg b/images/Xiao6.jpg deleted file mode 100644 index 1d258fbe..00000000 Binary files a/images/Xiao6.jpg and /dev/null differ diff --git a/images/Xiao7.jpg b/images/Xiao7.jpg deleted file mode 100644 index 9cd038ff..00000000 Binary files a/images/Xiao7.jpg and /dev/null differ diff --git a/images/Xiao8.png b/images/Xiao8.png deleted file mode 100644 index ef4cc08b..00000000 Binary files a/images/Xiao8.png and /dev/null differ diff --git a/images/Xiao9.png b/images/Xiao9.png deleted file mode 100644 index fc93304b..00000000 Binary files a/images/Xiao9.png and /dev/null differ diff --git a/images/beautiful.jpg b/images/beautiful.jpg deleted file mode 100644 index bfc40dd2..00000000 Binary files a/images/beautiful.jpg and /dev/null differ diff --git a/images/gravestone.png b/images/gravestone.png deleted file mode 100644 index bbe09161..00000000 Binary files a/images/gravestone.png and /dev/null differ