Skip to content
View lwalton101's full-sized avatar
  • UK
  • 01:20 (UTC 01:00)

Block or report lwalton101

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lwalton101/README.md

Pinned Loading

  1. TACSV TACSV Public

    Team Artemis CanSat Viewer

    C# 1

  2. voice.js voice.js
    1
    const { SlashCommandBuilder } = require('@discordjs/builders');
    2
    const { joinVoiceChannel, createAudioPlayer, createAudioResource, generateDependencyReport } = require('@discordjs/voice');
    3
    const {voiceId, guildId} = require("../config.json");
    4
    const { getRndInteger } = require("./../util.js");
    5
    const {songArray} = require("../arrays.json")
  3. getData.py getData.py
    1
    import requests, json, datetime, time
    2
    
    
    3
    shouldStart = False
    4
    
    
    5
    while not shouldStart: