Coder Social home page Coder Social logo

NoobAureus's Projects

bentobox icon bentobox

Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.

random-stonks-meme-generator icon random-stonks-meme-generator

Me and HighArcs (on discord) did a command that generates random stonks memes These are the scripts that I made: ```ts export const stonks = [ 'https://i.kym-cdn.com/entries/icons/mobile/000/032/279/Screen_Shot_2019-12-30_at_11.26.24_AM.jpg', 'https://i.kym-cdn.com/entries/icons/medium/000/032/379/Screen_Shot_2020-01-09_at_2.22.56_PM.png', 'https://i.kym-cdn.com/entries/icons/medium/000/032/330/Screen_Shot_2020-01-06_at_12.12.46_PM.jpg', 'https://i.kym-cdn.com/photos/images/masonry/001/779/895/752.jpg', 'https://i.kym-cdn.com/photos/images/masonry/001/720/217/bf3.jpg', 'https://i.kym-cdn.com/photos/images/masonry/001/783/040/832.png', 'https://i.pinimg.com/236x/fe/37/a8/fe37a8e92eeef9ad81b194bc6e907c3e.jpg', 'https://i.kym-cdn.com/photos/images/masonry/001/729/210/14f.jpg', 'https://i.kym-cdn.com/entries/icons/mobile/000/029/959/Screen_Shot_2019-06-05_at_1.26.32_PM.jpg', 'https://i.kym-cdn.com/photos/images/newsfeed/001/714/792/72e.jpg', 'https://i.kym-cdn.com/photos/images/facebook/001/688/629/5f3.jpg', 'https://i.kym-cdn.com/photos/images/original/001/851/519/cd1.jpg', 'https://i.imgflip.com/3njb30.jpg', 'https://i.imgflip.com/3ueug4.png', 'https://i.imgflip.com/3pyldz.jpg', 'https://cdn.discordapp.com/attachments/744274044039331880/744623366605897798/DEVELUPEER.png' ]; ``` Here are the scripts that he did: ```ts import { stonks } from '../../variables'; // commands/another-command.ts // import { commands } from '../../main'; export default function addCommands(commands: discord.command.CommandGroup) { commands.on( 'stonks', (args) => ({}), async (message) => { let random = Math.floor(Math.random() * stonks.length); await message.reply(stonks[random]); } ); } ``` Oh,and here the other scripts that he did: ```ts stonksModule(commands); ``` I also did this: ```ts import { stonks } from './variables'; import stonksModule from './commands/fun/stonks'; ```

tutorial-vid icon tutorial-vid

Idk use the code maybe just change the strings I won't mind idk lol

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.