This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: switch name

+8 -8
+1 -1
.github/images/smokey.svg .github/images/smokie.svg
··· 3 3 viewBox="0 0 128 140" 4 4 version="1.1" 5 5 id="svg8" 6 - sodipodi:docname="smokey.svg" 6 + sodipodi:docname="smokie.svg" 7 7 inkscape:version="1.4 (e7c3feb100, 2024-10-09)" 8 8 width="128" 9 9 height="140"
+2 -2
README.md
··· 1 - # The Takes Project 1 + # The Takes Project: Pioneered by Smokie (yes its spelled that way) 2 2 3 - <img src="https://raw.githubusercontent.com/taciturnaxolotl/takes/main/.github/images/smokey.svg" height="175" align="right" alt="smokey the bear"> 3 + <img src="https://raw.githubusercontent.com/taciturnaxolotl/takes/main/.github/images/smokie.svg" height="175" align="right" alt="smokie the bear"> 4 4 5 5 > ### More deets coming soon 👀 6 6 > A slack bot that tracks takes and accepts uploads; developed with 💖 @ [Hack Club](https://github.com/hackclub)
+2 -2
manifest.dev.yaml
··· 1 1 display_information: 2 - name: Smokey Dev 2 + name: Smokie Dev 3 3 description: Only you can complete your takes 4 4 background_color: "#ce37ba" 5 5 features: ··· 8 8 messages_tab_enabled: true 9 9 messages_tab_read_only_enabled: false 10 10 bot_user: 11 - display_name: smokey dev 11 + display_name: smokie dev 12 12 always_online: false 13 13 slash_commands: 14 14 - command: /takes-dev
+2 -2
manifest.prod.yaml
··· 1 1 display_information: 2 - name: Smokey 2 + name: Smokie 3 3 description: Only you can complete your takes 4 4 background_color: "#617c68" 5 5 features: ··· 8 8 messages_tab_enabled: true 9 9 messages_tab_read_only_enabled: false 10 10 bot_user: 11 - display_name: smokey 11 + display_name: smokie 12 12 always_online: false 13 13 slash_commands: 14 14 - command: /takes
+1 -1
package.json
··· 1 1 { 2 2 "name": "takes", 3 - "description": "smokey says hi!", 3 + "description": "smokie says hi!", 4 4 "version": "0.0.3", 5 5 "module": "src/index.ts", 6 6 "type": "module",