What Were You Thinkin'
"What Were You Thinkin'" is a song recorded by American country music group Little Texas. It was released in October 1992 as the fourth single from the album First Time for Everything. The song reached #17 on the Billboard Hot Country Singles & Tracks chart.[1] The song was written by Porter Howell, Dwayne O'Brien, Brady Seals and Christy DiNapoli.
"What Were You Thinkin'" | ||||
---|---|---|---|---|
Single by Little Texas | ||||
from the album First Time for Everything | ||||
B-side | "Just One More Night" | |||
Released | October 10, 1992 | |||
Genre | Country | |||
Length | 3:22 | |||
Label | Warner Bros. | |||
Songwriter(s) | Porter Howell Dwayne O'Brien Brady Seals Christy DiNapoli | |||
Producer(s) | James Stroud, Christy DiNapoli, Doug Grau | |||
Little Texas singles chronology | ||||
|
Chart performance
Chart (1992-1993) | Peak position |
---|---|
Canada Country Tracks (RPM)[2] | 21 |
US Hot Country Songs (Billboard)[3] | 17 |
gollark: String center: this is pretty CC-specific.
gollark: Table length: `#table`.
gollark: Any specific thingies it's missing?
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
References
- Whitburn, Joel (2004). The Billboard Book Of Top 40 Country Hits: 1944-2006, Second edition. Record Research. p. 202.
- "Top RPM Country Tracks: Issue 1823." RPM. Library and Archives Canada. January 16, 1993. Retrieved August 5, 2013.
- "Little Texas Chart History (Hot Country Songs)". Billboard.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.